EnsureVisibleResult Class

Represents the result of a call to EnsureVisible(Guid, ICollectionGuid, ICollectionGuid).
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityBatchOperationResultEnsureVisibleFailureReason
    Dundas.BI.FileSystemEnsureVisibleResult

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 EnsureVisibleResult : BatchOperationResult<EnsureVisibleFailureReason>

The EnsureVisibleResult 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