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 (26.2.0.1000)
Syntax
public class OperationResult

The OperationResult type exposes the following members.

Constructors
 NameDescription
Public methodOperationResultInitializes a new instance of the OperationResult class
Top
Properties
 NameDescription
Public propertySuccess Gets a value indicating whether the operation was successful.
Public propertyWarningsGets a list of warnings associated with the instance.
Top
Methods
 NameDescription
Public methodAddWarningsAdds warnings.
Top
See Also