Class BasicResult
A simple result that tells if a request is successful, and optionally provides a message.
Inheritance
BasicResult
Inherited Members
Namespace: SKMV3Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class BasicResult
Properties
| Improve this Doc View SourceMessage
The message that provides additional information about the result. If it's a successful result, null will be returned. Otherwise, in case of an error, a short message will be returned describing the error.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
Result
Tells whether the result is successful or unsuccessful.
Declaration
public ResultType Result { get; set; }
Property Value
Type | Description |
---|---|
ResultType |