WebUser Properties |
The WebUser type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActivationKey |
Activation key.
Is generated by user web service when a user is crated.
|
![]() | AdministrationRoleId |
AdministrationRoleId.
Optional.
|
![]() | ApplicationId |
ApplicationId.
Mandatory if User Type is "Application".
|
![]() | AuthenticationType |
Authentication type.
Default type is 0, which corresponds to Form Autentication. Currently this is the only type handled.
|
![]() | CreatedBy |
Id of the user who created this user.
Set by database when this user was created.
|
![]() | CreatedDate |
Date when this user was created.
Set by database when this user was created.
|
![]() | EmailAddress |
E-mail address.
If User type is Person, E-mail address is mandatory.
EmailAddress is allways equal to Person.
EmailAddress if person user.
|
![]() | GUID |
GUID (Globally Unique Identifier) for this object.
It is a LSID, which is unique for each version of the record holding the information included in this object.
It is updated automatically by database each time information is saved.
|
![]() | Id |
Id for this user.
Set by database when inserted.
|
![]() | IsAccountActivated |
Is Account activated.
Not null. Is set to false by default. Is set to true by Activation method when User account is sucessfully activated.
|
![]() | IsAdministrationRoleIdSpecified |
Is administration role id specified.
|
![]() | IsApplicationIdSpecified |
Is ApplicationId Specified.
|
![]() | IsPersonIdSpecified |
Is Person Id Specified.
|
![]() | ModifiedBy |
Id of the User that modified the record.
Set by database when record is modified.
|
![]() | ModifiedDate |
Date record was last modified
|
![]() | PersonId |
Person id.
Nullable, but should have a value if UserType is set to Person.
|
![]() | ShowEmailAddress |
Show E-mail address.
Is set to False by default in database. If False E-mail should not be exposed to public users.
It should only be set to true by the user if the user wants to expose its E-mail to all users.
|
![]() | Type |
UserType: Application or Person.
Not Null. Value is set when object is created.
|
![]() | UserName |
User name.
Mandatory unique identifier for the user account. The value is set by method during registration.
|
![]() | ValidFromDate |
Date user is valid from. Not Null. Is set to date created by default.
|
![]() | ValidToDate |
Date user is valid to. Not Null. Is set to date created + 100 years by default.
|