DataObjectSecurity Methods |
The DataObjectSecurity type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveUserHasPermissions |
Returns whether the active user has a specified set of permission flags
to the data object, which the security object is for.
If the data object type (of the data object, which the security object is for)
has an access modifier this is taken into consideration.
|
![]() | Clone |
Clone of the object
|
![]() ![]() | ConvertAccessFlags |
Static method to convert AccessFlags to PermissionFlags
|
![]() ![]() | ConvertPermissionFlags |
Static method to convert PermissionFlags to AccessFlags
|
![]() | GetActiveUserPermissionFlags |
Returns the permission flags for the active (identity) user.
Important: the active users' authlevel is considered - that is,
member groups are only considered if their authlevel is less than or eq.
to the identity authlevel.
Also, if the data object type (of the data object, which the security object is for)
has an access modifier then this is taken into consideration as well.
|
![]() | GetActiveUserPermissionFlags(Boolean) |
Returns the permissions flags for the active (identity) user.
Important: the active users' authlevel is considered - that is,
member groups are only considered if their authlevel is less than or eq.
to the identity authlevel.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | IObjectWithId.GetId |