Adds user permission bindings for a managed entity within the control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
protected override void AddUserPermissionBindings(
	Entity entity,
	bool isItemDependencyObject,
	bool areItemUserPermissionsApplied
)
Visual Basic (Declaration)
Protected Overrides Sub AddUserPermissionBindings ( _
	entity As Entity, _
	isItemDependencyObject As Boolean, _
	areItemUserPermissionsApplied As Boolean _
)

Parameters

entity
Type: DlhSoft.Windows.Data..::.Entity
The entity for which user permission 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.

See Also