Click or drag to resize
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.2.0.0 (5.2.17.0403)
Syntax
public enum DerivedModelContainingDocumentsChangeType
Members
  Member nameValueDescription
RootDocumentAdded0
RootDocumentChanged1
RootDocumentRemoved2
See Also