Table of Contents

Enum DataModelPathSegmentType

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a type of data model path

public enum DataModelPathSegmentType

Fields

Dynamic = 2

Represents a static data model type that points to a data model defined at runtime

Invalid = 0

Represents an invalid data model type that points to a missing data model

Static = 1

Represents a static data model type that points to a data model defined in code