Show / Hide Table of Contents

    Class EventObject

    Inheritance
    object
    EventObject
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKMV3Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class EventObject

    Properties

    | Improve this Doc View Source

    Currency

    Declaration
    public string Currency { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    EventName

    Declaration
    public string EventName { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    FeatureName

    Declaration
    public string FeatureName { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    int
    | Improve this Doc View Source

    Key

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

    MachineCode

    Declaration
    public string MachineCode { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Metadata

    Declaration
    public string Metadata { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    ProductId

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

    Time

    Declaration
    public long Time { get; set; }
    Property Value
    Type Description
    long
    | Improve this Doc View Source

    Value

    Declaration
    public int Value { get; set; }
    Property Value
    Type Description
    int
    • Improve this Doc
    • View Source
    Back to top Copyright © Cryptolens AB