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

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.Validation
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public TypeShortcutStringValidator(
	TypeShortcutBindingList customTypeShortcuts,
	List<TypeShortcut> systemShortcuts
)

Parameters

customTypeShortcuts
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelTypeShortcutBindingList
The custom type shortcuts.
systemShortcuts
Type: System.Collections.GenericListTypeShortcut
The system shortcuts.
See Also