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.6.0.0 (5.6.19.0117)
Syntax
public TypeShortcutChangePropagator(
	TypeShortcut changedTypeShortcut
)

Parameters

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