SecuritySystemUser Properties
An XAF user who has a list of associated security roles.| Name | Description |
|---|---|
| ChangePasswordOnFirstLogon | Specifies whether the user must change password on the next logon. Inherited from SecuritySystemUserBase. |
| ClassInfo | Gets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase. |
| Fields static | Gets an object that contains field identifiers for Simplified Criteria Syntax. Inherited from PersistentBase. |
| IsActive | Specifies if a user is allowed to logon. Inherited from SecuritySystemUserBase. |
| IsDeleted | Indicates whether the current persistent object is marked as deleted. Inherited from PersistentBase. |
| IsLoading | Indicates whether the object is currently being initialized. Inherited from PersistentBase. |
| Loading | Obsolete. Gets whether the object is currently being initialized. Inherited from XPBaseObject. |
| Oid | Specifies the user’s identifier. Inherited from SecuritySystemUserBase. |
| Roles | A list of roles associated with the current user. |
| Session | Gets the session used to load and save persistent objects. Inherited from PersistentBase. |
| This | Refers to the current instance. Inherited from XPBaseObject. |
| UserName | Specifies the user’s login name. Inherited from SecuritySystemUserBase. |
See Also