Search Results for

    Show / Hide Table of Contents

    Class UserObj

    Inheritance
    object
    UserObj
    Inherited Members
    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 UserObj

    Properties

    | Edit this page View Source

    Created

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

    CustomerId

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

    Email

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

    Username

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