Search Results for

    Show / Hide Table of Contents

    Class ListDataObjectsModel

    Used to list Data Objects.

    Inheritance
    object
    RequestModel
    ListDataObjectsModel
    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 ListDataObjectsModel : RequestModel

    Properties

    | Edit this page View Source

    Contains

    Shows only Data Objects where the name contains the following string.

    Declaration
    public string Contains { 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 is associated with a license key, a product or the entire user account. User = 0, Product = 1, Key = 2.

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

    ShowAll

    If set to true, all data objects will be returned, that is, both those associated with your entire account, a specific product and a license key. In addition, each data object item will include the ReferencerType and its Id. Otherwise, i.e. when set to false, only the data objects associated with the user, product or key will be returned, without the ReferencerType and its Id.

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