Click or drag to resize
TypeShortcut Constructor (String, Type, Boolean)
Initializes a new instance of the TypeShortcut class.

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 TypeShortcut(
	string shortcut,
	Type representedType,
	bool isSystemTypeShortcut
)

Parameters

shortcut
Type: SystemString
The short cut.
representedType
Type: SystemType
Type represented.
isSystemTypeShortcut
Type: SystemBoolean
If set to true, the typeshortcut is seen as a system type shortcut. System type shortcuts aren't serialized into the project file as they're inserted into the project when the project is created/loaded
See Also