SimpleOperationResult MembersA Sandcastle Documented Class Library

The SimpleOperationResult type exposes the following members.
Constructors

  NameDescription
Public methodSimpleOperationResult
Initializes a new instance of the SimpleOperationResult class
Back to Top
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
Fields

  NameDescription
Private fieldmessage
Holds a message value for this operation wrapper.
Private fieldresult
Holds a result value for this operation wrapper.
Private fieldtag
Provides a holding place to ad dother objects to the wrapper.
Back to Top
See Also