CheckOutResult Class

Represents an object describing the result of a check-out operation.
Inheritance Hierarchy

Namespace: Dundas.BI.FileSystem
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class CheckOutResult : BatchOperationResult<CheckOutFailureReason>

The CheckOutResult type exposes the following members.

Properties
 NameDescription
Public propertyDetails Gets the result of the operation by object ID.
(Inherited from BatchOperationResultTFailureReason)
Public propertySuccess Gets a value indicating whether the operation was successful.
(Inherited from BatchOperationResultTFailureReason)
Top
Methods
 NameDescription
Public methodToStringReturns a string that represents the current object.
(Inherited from BatchOperationResultTFailureReason)
Top
See Also