Enum DataModelPathSegmentType
Represents a type of data model path
public enum DataModelPathSegmentType
Fields
Dynamic = 2Represents a static data model type that points to a data model defined at runtime
Invalid = 0Represents an invalid data model type that points to a missing data model
Static = 1Represents a static data model type that points to a data model defined in code