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

License user interface. More...

Inheritance diagram for LicenseSpring.ILicenseUser:
LicenseSpring.LicenseUser

Properties

string Email [get, set]
 License user email address.
 
string FirstName [get, set]
 License user first name.
 
ulong Id [get, set]
 Id of the license user.
 
string InitialPassword [get, set]
 License user initial password.
 
bool IsActive [get, set]
 Is the user active.
 
bool IsInitialPassword [get, set]
 Does the user use initial password or already changed the password.
 
string LastName [get, set]
 License user last name.
 
ulong LicenseId [get, set]
 License id of the user's license.
 
ulong OrderId [get, set]
 Id of the order.
 
string OrderStoreId [get, set]
 Store id of the order.
 
string Phone [get, set]
 License user phone number.
 

Detailed Description

License user interface.

Used to hold information for user-based licenses.

Property Documentation

◆ Email

string LicenseSpring.ILicenseUser.Email
getset

License user email address.

Implemented in LicenseSpring.LicenseUser.

◆ FirstName

string LicenseSpring.ILicenseUser.FirstName
getset

License user first name.

Implemented in LicenseSpring.LicenseUser.

◆ Id

ulong LicenseSpring.ILicenseUser.Id
getset

Id of the license user.

Implemented in LicenseSpring.LicenseUser.

◆ InitialPassword

string LicenseSpring.ILicenseUser.InitialPassword
getset

License user initial password.

Implemented in LicenseSpring.LicenseUser.

◆ IsActive

bool LicenseSpring.ILicenseUser.IsActive
getset

Is the user active.

Implemented in LicenseSpring.LicenseUser.

◆ IsInitialPassword

bool LicenseSpring.ILicenseUser.IsInitialPassword
getset

Does the user use initial password or already changed the password.

True if initial password in use and false otherwise

Implemented in LicenseSpring.LicenseUser.

◆ LastName

string LicenseSpring.ILicenseUser.LastName
getset

License user last name.

Implemented in LicenseSpring.LicenseUser.

◆ LicenseId

ulong LicenseSpring.ILicenseUser.LicenseId
getset

License id of the user's license.

Implemented in LicenseSpring.LicenseUser.

◆ OrderId

ulong LicenseSpring.ILicenseUser.OrderId
getset

Id of the order.

Implemented in LicenseSpring.LicenseUser.

◆ OrderStoreId

string LicenseSpring.ILicenseUser.OrderStoreId
getset

Store id of the order.

Implemented in LicenseSpring.LicenseUser.

◆ Phone

string LicenseSpring.ILicenseUser.Phone
getset

License user phone number.

Implemented in LicenseSpring.LicenseUser.


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