Inherits SystemIDisposable.
Public Member Functions | |
IdentityProperties () | |
Constructor. | |
IdentityProperties (string corporation, string email, string login_name, string name) | |
Constructor, with parameters. More... | |
IdentityProperties (IdentityProperties id_properities) | |
Constructor, with another IdentityProperties. | |
void | Set (string corporation, string email, string login_name, string name) |
Set values. More... | |
This class represents identity properties of current user, and is used for callback function ActionCallback::GetIdentityProperties.
|
inline |
Constructor, with parameters.
corporation | The corporation name. |
The email address. | |
login_name | The login name. Usually, this is the name used to log in current operating system. |
name | The user name. |
|
inline |
Set values.
corporation | The corporation name. |
The email address. | |
login_name | The login name. Usually, this is the name used to log in current operating system. |
name | The user name. |