![]() |
LicenseSpring Management .Net SDK 1.15.0
Easily add Software Licensing to your application
|
Class that holds information about customer. More...
Public Member Functions | |
| LicenseUser () | |
| LicenseUser default constructor. | |
Properties | |
| System.DateTime | AcquiredConsent [get] |
| Date when consent was acquired. | |
| System.DateTime | CreatedAt [get] |
| Time when license user was created. | |
| string | Email [get, set] |
| Email of the user. | |
| string | FirstName [get, set] |
| First name of the user. | |
| uint | Id [get] |
| Id of the user which is automatically set by the LicenseSpring platform, cannot be manually set. | |
| string | InitialPassword [get] |
| Initial password of the user, can be empty if it wasn't set during the creation process. | |
| bool | IsActive [get] |
| Indicates if this is an active user. | |
| bool | IsInitialPassword [get] |
| Indicates if the user has/had an initial password. | |
| bool | IsManager [get, set] |
| Indicates if this user is also a license manager. | |
| bool | IsNewUser [get] |
| Indicates if this user is newly created. | |
| bool | IsStaff [get] |
| Indicates if this user is also a part of company staff. | |
| System.DateTime | LastLogin [get] |
| Time of last login. | |
| string | LastName [get, set] |
| Surname of the user. | |
| string | Password [get, set] |
| Password of the user, has to be set when assigning to a license. | |
| string | PhoneNumber [get, set] |
| Phone number of the user. | |
| bool | SubscribedToEmail [get] |
| Indicates if the user is subscribed to newsletter. | |
| string | TrueEmail [get, set] |
| True email of the user. | |
| System.DateTime | UpdatedAt [get] |
| Time of last update of the user information. | |
Properties inherited from LicenseSpring.ILicenseUser | |
Class that holds information about customer.
|
get |
Date when consent was acquired.
Implements LicenseSpring.ILicenseUser.
|
get |
Time when license user was created.
Implements LicenseSpring.ILicenseUser.
|
getset |
Email of the user.
Implements LicenseSpring.ILicenseUser.
|
getset |
First name of the user.
Implements LicenseSpring.ILicenseUser.
|
get |
Id of the user which is automatically set by the LicenseSpring platform, cannot be manually set.
Implements LicenseSpring.ILicenseUser.
|
get |
Initial password of the user, can be empty if it wasn't set during the creation process.
Implements LicenseSpring.ILicenseUser.
|
get |
Indicates if this is an active user.
Implements LicenseSpring.ILicenseUser.
|
get |
Indicates if the user has/had an initial password.
Implements LicenseSpring.ILicenseUser.
|
getset |
Indicates if this user is also a license manager.
Implements LicenseSpring.ILicenseUser.
|
get |
Indicates if this user is newly created.
Implements LicenseSpring.ILicenseUser.
|
get |
Indicates if this user is also a part of company staff.
Implements LicenseSpring.ILicenseUser.
|
get |
Time of last login.
Implements LicenseSpring.ILicenseUser.
|
getset |
Surname of the user.
Implements LicenseSpring.ILicenseUser.
|
getset |
Password of the user, has to be set when assigning to a license.
Implements LicenseSpring.ILicenseUser.
|
getset |
Phone number of the user.
Implements LicenseSpring.ILicenseUser.
|
get |
Indicates if the user is subscribed to newsletter.
Implements LicenseSpring.ILicenseUser.
|
getset |
True email of the user.
Implements LicenseSpring.ILicenseUser.
|
get |
Time of last update of the user information.
Implements LicenseSpring.ILicenseUser.