Search Results for

    Show / Hide Table of Contents

    Class GetWebAPILogModel

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

    Properties

    | Edit this page View Source

    EndingBefore

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

    FriendlyName

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

    Key

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

    Limit

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

    OrderBy

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

    ProductId

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

    StartingAfter

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

    States

    Declaration
    public List<short> States { get; set; }
    Property Value
    Type Description
    List<short>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB