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.5.0.0 (5.5.18.1019)
Syntax
public TypeShortcutStringValidator(
	TypeShortcutBindingList customTypeShortcuts,
	List<TypeShortcut> systemShortcuts
)

Parameters

customTypeShortcuts
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypeShortcutBindingList
The custom type shortcuts.
systemShortcuts
Type: System.Collections.Generic.List<TypeShortcut>
The system shortcuts.
See Also