Class UserObj
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class UserObj
Properties
| Edit this page View SourceCreated
Declaration
public DateTime Created { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
CustomerId
Declaration
public int CustomerId { get; set; }
Property Value
Type | Description |
---|---|
int |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
Username
Declaration
public string Username { get; set; }
Property Value
Type | Description |
---|---|
string |