OperationResult Class

Describes the result of an operation.
Inheritance Hierarchy

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class OperationResult

The OperationResult type exposes the following members.

Constructors
  NameDescription
Public methodOperationResult
Initializes a new instance of the OperationResult class
Top
Properties
  NameDescription
Public propertySuccess
Gets a value indicating whether the operation was successful.
Public propertyWarnings
Gets a list of warnings associated with the instance.
Top
Methods
  NameDescription
Public methodAddWarnings
Adds warnings.
Top
See Also