DocumentDefinitionChangeType Enumeration |
Enum which is used to specify the type of change which took place inside a documentdefinition
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public enum DocumentDefinitionChangeType
Public Enumeration DocumentDefinitionChangeType
Members
| Member name | Value | Description |
---|
| FullName | 0 | |
| Name | 1 | |
| Fields | 2 | |
| IDField | 3 | |
| RootEntityInheritance | 4 | |
| RootElementName | 5 | |
| SetOfSubtypes | 6 | |
| ContainingModelName | 7 | |
See Also