Search Results for

    Show / Hide Table of Contents

    Class GetCustomersModel

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

    Properties

    | Edit this page View Source

    CustomerId

    If this is set, you can use the CustomerId field to find a specific customer based on their integer Id.

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

    Limit

    Specifies how many customers will be returned. If not set, all customers will be returned.

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

    Search

    If either the Name, Company or Email contains the search string, it will be returned.

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