TypeShortcutListManageTypeShortcuts Method |
Manages the type shortcuts by updating the list of type shortcuts with the set passed in.
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModelAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public void ManageTypeShortcuts(
IEnumerable<TypeShortcut> updatedTypeShortcuts,
Action<WorkItemBase> workItemQueuerFunc
)
Public Sub ManageTypeShortcuts (
updatedTypeShortcuts As IEnumerable(Of TypeShortcut),
workItemQueuerFunc As Action(Of WorkItemBase)
)
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