Click or drag to resize
TypeShortcutChangePropagator Constructor
Initializes a new instance of the TypeShortcutChangePropagator class.

Namespace: SD.LLBLGen.Pro.ApplicationCore.WorkBroker
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public TypeShortcutChangePropagator(
	TypeShortcut changedTypeShortcut
)

Parameters

changedTypeShortcut
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelTypeShortcut
The changed type shortcut.
See Also