Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public enum GroupableModelElementChangeType
Members
  Member nameValueDescription
None0
Name1
GroupName2
Fields3
IdentifyingFields4
InheritanceHierarchy5
IsAbstract6
FieldsMappedOntoRelatedFields7
Relationships8
Navigators9
DiscriminatorValue10
InheritanceType11
SuperType12
UniqueConstraints13
FieldIndexes14
ReturnElement15
See Also