Class AccessRuleContract
Represents a access rule
Namespace: Com.Kendox.Dcis.SubSystem.Service.Contract
Syntax
public class AccessRuleContract : Object
Name | Description |
---|---|
AccessRuleContract() |
Fields
Name | Description |
---|---|
AccessRuleTypeEnum | The type of the access rule. Possible values AccessRuleTypeEnum |
DynamicGroups | The dynamic groups for which this access rule is for. |
Groups | The groups for which this access rule is for. |
Id | The id of this access rule. |
Inactive | Defines if this rule is active or not |
InfoStoreIds | The infostores for which this access rule is for. |
Name | The name of this access rule. |
NewRoleId | The id of the new role. |
SearchConditions | The search conditions of this access rule. |
UseForDocuments | Whether to use the accessRule for documents. |
UseForProcesses | Whether to use the accessRule for processes. |
Users | The users for which this access rule is for. |
UserTableConditions | Conditions for the usertable. |
UserTableName | Name of the usertable, for which the userTableConditions are. |
UserTableRoleNameColumn | Name of the usertable column where the role name can be found. Optional. |
UserTableUserLoginNameColumn | Name of the usertable column where the user login name can be found. |