Click or drag to resize

TypeShortcutDefaultValuesPerDriverID Property

Gets the default values per driverID. If a driver id isn't mentioned, no default value is present for that driver id. It can be a default value is present for a driver id which isn't in the project. The default value is then ignored.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public Dictionary<string, TypeShortcutDefaults> DefaultValuesPerDriverID { get; }

Property Value

Type: DictionaryString, TypeShortcutDefaults
See Also