Adds user permission bindings for a managed entity within the control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
protected virtual void AddUserPermissionBindings( Entity entity, bool isItemDependencyObject, bool areItemUserPermissionsApplied ) |
Visual Basic (Declaration) |
---|
Protected Overridable Sub AddUserPermissionBindings ( _ entity As Entity, _ isItemDependencyObject As Boolean, _ areItemUserPermissionsApplied As Boolean _ ) |
Parameters
- entity
- Type: DlhSoft.Windows.Data..::.Entity
The entity for which user permissions bindings are added.
- isItemDependencyObject
- Type: System..::.Boolean
Indicates whether the entity item is a DependencyObject.
- areItemUserPermissionsApplied
- Type: System..::.Boolean
Indicates whether to apply specific attached user permission values if they are set for the item.