Click or drag to resize
TypeShortcutListManageTypeShortcuts Method
Manages the type shortcuts by updating the list of type shortcuts with the set passed in.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void ManageTypeShortcuts(
	IEnumerable<TypeShortcut> updatedTypeShortcuts,
	Action<WorkItemBase> workItemQueuerFunc
)

Parameters

updatedTypeShortcuts
Type: System.Collections.GenericIEnumerableTypeShortcut
The updated type shortcuts. These are copies of the originals in TypeShortcuts.
workItemQueuerFunc
Type: SystemActionWorkItemBase
The work item queuer function.
See Also