The SimpleOperationResult type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | SimpleOperationResult | Initializes a new instance of the SimpleOperationResult class |
Methods
Name | Description | |
---|---|---|
![]() | GetMessage |
Returns the message value if any.
|
![]() | GetResult |
Returns the result of the operation true = success, false = failure.
|
![]() | GetTag |
Returns the tag object if any.
|
![]() | SetMessage |
Sets the message value for this operation.
|
![]() | SetResult |
Sets the result operation value.
|
![]() | SetTag |
Sets the tag object for this operation.
|
![]() | ToString |
Enhanced to string method provides more details about this object.
(Overrides Object ToString .) |
Fields
Name | Description | |
---|---|---|
![]() | message |
Holds a message value for this operation wrapper.
|
![]() | result |
Holds a result value for this operation wrapper.
|
![]() | tag |
Provides a holding place to ad dother objects to the wrapper.
|
See Also