OperationResult Class
This class is used to return operation results when calling an Connector to perform an ExecuteOperation or TestOperation.
Inheritance Hierarchy
Scribe.Core.ConnectorApi.Actions OperationResult
Namespace:
Scribe.Core.ConnectorApi.Actions
Assembly:
Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)
Syntax
[DataContractAttribute] [KnownTypeAttribute(typeof(DataEntity))] [KnownTypeAttribute(typeof(ErrorResult))] public class OperationResult
The OperationResult type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
![]() |
Default Ctor |
|
![]() |
Used to allocate for bulk operations |
Properties
|
Name |
Description |
---|---|---|
![]() |
This property references the error information by each operation. One Error for each operation. |
|
![]() |
This property holds the count of objects affected by the operation. One integer for each operation. |
|
![]() |
This property references the root DataEntity affected by the operation. One root DataEntity for each operation. |
|
![]() |
This property holds whether the operation was a success. One boolean for each operation. |
Methods
|
Name |
Description |
---|---|---|
![]() |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
![]() |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
![]() |
Serves as the default hash function. (Inherited from Object.) |
|
![]() |
Gets the Type of the current instance. (Inherited from Object.) |
|
![]() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
![]() |
Returns a string that represents the current object. (Inherited from Object.) |
See