BatchOperationResultTFailureReason Class

Base class for batch operation result types.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityBatchOperationResultTFailureReason
    More...

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public abstract class BatchOperationResult<TFailureReason>
where TFailureReason : struct, new()

Type Parameters

TFailureReason
The type of the failure reason enumeration.

The BatchOperationResultTFailureReason type exposes the following members.

Properties
  NameDescription
Public propertyDetails
Gets the result of the operation by object ID.
Public propertySuccess
Gets a value indicating whether the operation was successful.
Top
Methods
See Also
Inheritance Hierarchy