GroupableModelElementChangeType Enumeration | 
 
            Enum definition for event arguments signaling what has changed in a GroupableModelElement definition, which can be a ValueTypeDefinition, an EntityDefinition
            or TypedViewDefinition.
            Also elements which are related to this element which were changed are reported with this enum, so 1 observer can be used to observe what's going on with
            a single GroupableModelElement.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic enum GroupableModelElementChangeType
Public Enumeration GroupableModelElementChangeType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 |  | 
 | Name | 1 |  | 
 | GroupName | 2 |  | 
 | Fields | 3 |  | 
 | IdentifyingFields | 4 |  | 
 | InheritanceHierarchy | 5 |  | 
 | IsAbstract | 6 |  | 
 | FieldsMappedOntoRelatedFields | 7 |  | 
 | Relationships | 8 |  | 
 | Navigators | 9 |  | 
 | DiscriminatorValue | 10 |  | 
 | InheritanceType | 11 |  | 
 | SuperType | 12 |  | 
 | UniqueConstraints | 13 |  | 
 | FieldIndexes | 14 |  | 
 | ReturnElement | 15 |  | 
See Also