LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.ILicenseUser Interface Reference

LicenseUser interface. More...

Inheritance diagram for LicenseSpring.ILicenseUser:
LicenseSpring.LicenseUser

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.
 

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: