BatchOperationResultTFailureReason Class |
Base class for batch operation result types.
Inheritance HierarchySystemObject Dundas.BI.UtilityBatchOperationResultTFailureReason More...
Namespace:
Dundas.BI.Utility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic abstract class BatchOperationResult<TFailureReason>
where TFailureReason : struct, new()
Public MustInherit Class BatchOperationResult(Of TFailureReason As {Structure, New})generic<typename TFailureReason>
where TFailureReason : value class, gcnew()
public ref class BatchOperationResult abstract
[<AbstractClassAttribute>]
type BatchOperationResult<'TFailureReason when 'TFailureReason : struct, new()> = class end
Type Parameters
- TFailureReason
- The type of the failure reason enumeration.
The BatchOperationResultTFailureReason type exposes the following members.
Properties|
| Name | Description |
|---|
 | Details |
Gets the result of the operation by object ID.
|
 | Success |
Gets a value indicating whether the operation was successful.
|
Top
Methods|
| Name | Description |
|---|
 | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
Top
See Also
Inheritance Hierarchy