Show / Hide Table of Contents

    Class BasicResult

    A simple result that tells if a request is successful, and optionally provides a message.

    Inheritance
    object
    BasicResult
    AddCustomerResult
    AddCustomerResult
    CreateKeyResult
    CreateKeyResult
    CreateMessageResult
    CreateMessageResult
    CreateSessionResult
    CreateSessionResult
    DataObjectIdResult
    DataObjectIdResult
    GetCustomerLicensesResult
    GetCustomerLicensesResult
    GetCustomersResult
    GetCustomersResult
    GetEventsResult
    GetEventsResult
    GetKeysResult
    GetKeysResult
    GetMessagesResult
    GetMessagesResult
    GetProductsResult
    GetProductsResult
    GetWebAPILogResult
    GetWebAPILogResult
    KeyInfoResult
    KeyInfoResult
    KeyLockResult
    KeyLockResult
    ListOfDataObjectsResult
    ListOfDataObjectsResult
    RawResponse
    RawResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKMV3Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class BasicResult

    Properties

    | Improve this Doc View Source

    Message

    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
    | Improve this Doc View Source

    Result

    Tells whether the result is successful or unsuccessful.

    Declaration
    public ResultType Result { get; set; }
    Property Value
    Type Description
    ResultType
    • Improve this Doc
    • View Source
    Back to top Copyright © Cryptolens AB