EntityFieldChangeType Enumeration |
Enum to specify what exactly changed inside the entityfield for the entityfieldchanged event.
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 EntityFieldChangeType
Public Enumeration EntityFieldChangeType
Members
| Member name | Value | Description |
---|
| Name | 0 |
Name changed
|
| Type | 1 |
.NET Type changed
|
| PkFlag | 2 |
Pk Flag value changed
|
| Sequence | 3 |
Sequence changed.
|
| IsIdentityFlag | 4 |
Identity flag changed
|
| IsNullableFlag | 5 |
Nullable flag changed
|
| IsReadOnlyFlag | 6 |
ReadOnly flag changed
|
| InternalData | 7 |
Some internal data changed. Usable to mark the entity as changed but nothing further. Examples are: 'Generate as nullable type', 'Custom properties'
|
See Also