FieldElementChangeType Enumeration |
Enum definition for the event arguments signaling what has changed in a Field Element definition
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public enum FieldElementChangeType
Public Enumeration FieldElementChangeType
Members
| Member name | Value | Description |
---|
| Name | 0 | |
| FieldType | 1 | |
| IsReadOnly | 2 | |
| IsOptional | 3 | |
| MaxLength | 4 | |
| Precision | 5 | |
| Scale | 6 | |
| Description | 7 | |
| IsPartOfIdentifyingFields | 8 | |
| IsDiscriminator | 9 | |
| Direction | 10 | |
| IsForeignKeyField | 11 | |
| FieldIndex | 12 | |
See Also