Search Results for

    Show / Hide Table of Contents

    Class AddDataObjectToMachineCodeModel

    Inheritance
    object
    RequestModel
    KeyLockModel
    ProdKeyMachineCode
    AddDataObjectToMachineCodeModel
    Inherited Members
    ProdKeyMachineCode.MachineCode
    KeyLockModel.ProductId
    KeyLockModel.Key
    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 AddDataObjectToMachineCodeModel : ProdKeyMachineCode

    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

    StringValue

    A string value (text) to store. Max 10000 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