Class ResultBase
Represents the result of an operation.
Inherited Members
Namespace: SimpleResults
Assembly: SimpleResults.dll
Syntax
public abstract class ResultBase
Properties
Name | Description |
---|---|
Errors | Gets a collection of errors. |
IsFailed | A value that indicates that the result was a failure. |
IsSuccess | A value indicating that the result was successful. |
Message | Gets the description of a result. |
Status | Gets the current status of a result. |