User Members
The User type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
User()()()() |
This initializes an empty User object.
|
|
|
User(String) |
This initializes a User object with the passed in values.
|
|
|
User(String, String) |
This initializes a User object with the passed in values.
|
|
|
User(String, String, String) |
This initializes a User object with the passed in values.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Saved |
Resets the is dirty flag to know this item has been saved.
(Inherited from AbstractLicenseData.) |
|
|
ToString | (Inherited from Object.) |
|
|
ToXmlString |
This creates a String representing the
XML form for this User.
|
|
|
UpgardeData(User) |
Upgrade this object
|
|
|
UpgardeData(Type) |
Upgrade the this object
(Inherited from AbstractUpgradeableData<(Of <(<'Type>)>)>.) |
|
|
UpgradeField | (Inherited from AbstractUpgradeableData<(Of <(<'Type>)>)>.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Gets or Sets the email address of the User who owns this license.
|
|
|
|
IsDirty |
Gets if this object has changed since the last save.
(Inherited from AbstractLicenseData.) |
|
|
Name |
Gets or Sets the name of the User who owns this license.
|
|
|
Organization |
Gets or Sets the organization/company of the User who owns purchased this license.
|

