Search Results for

    Show / Hide Table of Contents

    Class AddDataObjectModel

    Used to add a new Data Object.

    Inheritance
    object
    RequestModel
    AddDataObjectModel
    Inherited Members
    RequestModel.LicenseServerUrl
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class AddDataObjectModel : RequestModel

    Properties

    | Edit this page View Source

    CheckForDuplicates

    Make sure data objects with the same name are not added.

    Declaration
    public bool CheckForDuplicates { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    IntValue

    An int value (int32) to store.

    Declaration
    public int IntValue { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Name

    The name of the data object. Max 10 characters.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ReferencerId

    The id of the Referencer. It can either be an id to a product that you have or to a license key. When ReferencerType is set to User, there is no need to set this value.

    Declaration
    public int ReferencerId { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ReferencerType

    Indicates if the data object should be added to a license key, a product or the entire user account. DataObject

    Declaration
    public DataObjectType ReferencerType { get; set; }
    Property Value
    Type Description
    DataObjectType
    | Edit this page View Source

    StringValue

    A string value (text) to store. Max 100 characters.

    Declaration
    public string StringValue { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB