| Member | Description |
|---|---|
Constructor |
This constructor should not be used. Use the NewEntity method instead. |
GetBusinessObject |
Override the GetBusinessObject method public virtual IBusinessObject GetBusinessObject(); |
LoadEntity |
Load an existent entity. public static UserBusinessEntity LoadEntity( Guid id ); |
NewEntity |
Create a new entity. public static UserBusinessEntity NewEntity(); |
Active |
Property for Active |
Created |
Property for Created |
Groups |
Property for UserGroup Collection |
LastLogOn |
Property for LastLogin |
Password |
Property for Password |
PasswordChangeRequired |
Property for PasswordChangeRequired |
Photo |
User photo. |
Roles |
Property for UserRole Collection |
SpecialPermissions |
Property for SpecialPermissionss Collection |
SystemUser |
Property for SystemUser |
UserName |
Property for Username |
UserNameChangeRequired |
Property for UserNameChangeRequired |
UserPK |
Gets User PK. Because this entity inherits from Names, its PK is the Name.PK_Name. |