Enum OriginType
- Namespace
- YndigoBlue.Velocity.Enums
- Assembly
- YndigoBlue.Velocity.dll
Specifies the source from which a schema was loaded or created.
public enum OriginType
Fields
File = 0The schema was loaded from a configuration file (XML, JSON, or YAML).
Database = 1The schema was loaded from an existing database using metadata queries.
Memory = 2The schema was created programmatically in memory.
Remarks
Schemas can originate from different sources, which affects their behavior and how they can be modified or persisted. The origin type tracks where the schema definition came from.