LicenseSpring Management .Net SDK 1.9.0
Easily add Software Licensing to your application
LicenseSpring.ILicenseUser Interface Reference

LicenseUser interface More...

Inheritance diagram for LicenseSpring.ILicenseUser:
LicenseSpring.LicenseUser

Properties

System.DateTime AcquiredConsent [get]
 Date when consent was acquired. More...
 
System.DateTime CreatedAt [get]
 Time when license user was created. More...
 
string Email [get, set]
 Email of the user. More...
 
string FirstName [get, set]
 First name of the user. More...
 
uint Id [get]
 Id of the user which is automatically set by the LicenseSpring platform, cannot be manually set. More...
 
string InitialPassword [get]
 Initial password of the user, can be empty if it wasn't set during the creation process. More...
 
bool IsActive [get]
 Indicates if this is an active user. More...
 
bool IsInitialPassword [get]
 Indicates if the user has/had an initial password. More...
 
bool IsManager [get, set]
 Indicates if this user is also a license manager. More...
 
bool IsNewUser [get]
 Indicates if this user is newly created. More...
 
bool IsStaff [get]
 Indicates if this user is also a part of company staff. More...
 
System.DateTime LastLogin [get]
 Time of last login. More...
 
string LastName [get, set]
 Surname of the user. More...
 
string Password [get, set]
 Password of the user, has to be set when assigning to a license. More...
 
string PhoneNumber [get, set]
 Phone number of the user. More...
 
bool SubscribedToEmail [get]
 Indicates if the user is subscribed to newsletter. More...
 
string TrueEmail [get, set]
 True email of the user. More...
 
System.DateTime UpdatedAt [get]
 Time of last update of the user information. More...
 

Detailed Description

LicenseUser interface

Property Documentation

◆ AcquiredConsent

System.DateTime LicenseSpring.ILicenseUser.AcquiredConsent
get

Date when consent was acquired.

Implemented in LicenseSpring.LicenseUser.

◆ CreatedAt

System.DateTime LicenseSpring.ILicenseUser.CreatedAt
get

Time when license user was created.

Implemented in LicenseSpring.LicenseUser.

◆ Email

string LicenseSpring.ILicenseUser.Email
getset

Email of the user.

Implemented in LicenseSpring.LicenseUser.

◆ FirstName

string LicenseSpring.ILicenseUser.FirstName
getset

First name of the user.

Implemented in LicenseSpring.LicenseUser.

◆ Id

uint LicenseSpring.ILicenseUser.Id
get

Id of the user which is automatically set by the LicenseSpring platform, cannot be manually set.

Implemented in LicenseSpring.LicenseUser.

◆ InitialPassword

string LicenseSpring.ILicenseUser.InitialPassword
get

Initial password of the user, can be empty if it wasn't set during the creation process.

Implemented in LicenseSpring.LicenseUser.

◆ IsActive

bool LicenseSpring.ILicenseUser.IsActive
get

Indicates if this is an active user.

Implemented in LicenseSpring.LicenseUser.

◆ IsInitialPassword

bool LicenseSpring.ILicenseUser.IsInitialPassword
get

Indicates if the user has/had an initial password.

Implemented in LicenseSpring.LicenseUser.

◆ IsManager

bool LicenseSpring.ILicenseUser.IsManager
getset

Indicates if this user is also a license manager.

Implemented in LicenseSpring.LicenseUser.

◆ IsNewUser

bool LicenseSpring.ILicenseUser.IsNewUser
get

Indicates if this user is newly created.

Implemented in LicenseSpring.LicenseUser.

◆ IsStaff

bool LicenseSpring.ILicenseUser.IsStaff
get

Indicates if this user is also a part of company staff.

Implemented in LicenseSpring.LicenseUser.

◆ LastLogin

System.DateTime LicenseSpring.ILicenseUser.LastLogin
get

Time of last login.

Implemented in LicenseSpring.LicenseUser.

◆ LastName

string LicenseSpring.ILicenseUser.LastName
getset

Surname of the user.

Implemented in LicenseSpring.LicenseUser.

◆ Password

string LicenseSpring.ILicenseUser.Password
getset

Password of the user, has to be set when assigning to a license.

Implemented in LicenseSpring.LicenseUser.

◆ PhoneNumber

string LicenseSpring.ILicenseUser.PhoneNumber
getset

Phone number of the user.

Implemented in LicenseSpring.LicenseUser.

◆ SubscribedToEmail

bool LicenseSpring.ILicenseUser.SubscribedToEmail
get

Indicates if the user is subscribed to newsletter.

Implemented in LicenseSpring.LicenseUser.

◆ TrueEmail

string LicenseSpring.ILicenseUser.TrueEmail
getset

True email of the user.

Implemented in LicenseSpring.LicenseUser.

◆ UpdatedAt

System.DateTime LicenseSpring.ILicenseUser.UpdatedAt
get

Time of last update of the user information.

Implemented in LicenseSpring.LicenseUser.


The documentation for this interface was generated from the following file: