Enum RepositoryTypes
Repositories which are the source of data.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public enum RepositoryTypes
Fields
CodeConfiguration = 1Data or Content-Types are generated in code using configuration (usually using c# attributes).
CodeExplicit = 3Data or Content-Types are generated in code, where the code explicitly defines the data or content-types.
CodeReflection = 2Data or Content-Types are generated on the fly using reflection.
Folder = 4Data or Content-Types are from a folder (file system)
Sql = 5Data or Content-Types are from SQL (default)
TestingDoNotUse = 6Virtual source for certain tests.
Unknown = 0Unknown Repository Type - should never be used.
Remarks
This is used to specify where data comes from.