DerivedModelContainingDocumentsChangeType Enumeration |
Enum which is used to specify the type of change to the containing documents of a DerivedModelDefinition.
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 DerivedModelContainingDocumentsChangeType
Public Enumeration DerivedModelContainingDocumentsChangeType
Members
| Member name | Value | Description |
---|
| RootDocumentAdded | 0 | |
| RootDocumentChanged | 1 | |
| RootDocumentRemoved | 2 | |
See Also