Enum DataModelPathSegmentType
Represents a type of data model path
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public enum DataModelPathSegmentType
Fields
Name | Description |
---|---|
Dynamic | Represents a static data model type that points to a data model defined at runtime |
Invalid | Represents an invalid data model type that points to a missing data model |
Static | Represents a static data model type that points to a data model defined in code |