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.6.0.0 (5.6.19.0117)
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