Open this page in the API Guide

BatchOperationResult<TFailureReason> Class

Base class for batch operation result types.
Inheritance Hierarchy
System.Object
  Dundas.BI.Utility.BatchOperationResult<TFailureReason>
    More...

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

Type Parameters

TFailureReason
The type of the failure reason enumeration.

The BatchOperationResult<TFailureReason> 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