SimpleOperationResult MethodsA Sandcastle Documented Class Library
The SimpleOperationResult type exposes the following members.
Methods

  NameDescription
Public methodGetMessage
Returns the message value if any.
Public methodGetResult
Returns the result of the operation true = success, false = failure.
Public methodGetTag
Returns the tag object if any.
Public methodSetMessage
Sets the message value for this operation.
Public methodSetResult
Sets the result operation value.
Public methodSetTag
Sets the tag object for this operation.
Public methodToString
Enhanced to string method provides more details about this object.
(Overrides Object.ToString().)
Back to Top
See Also