Enum TypeDataKind
The kind of type represented by a TypeDataModel.
public enum TypeDataKind
Fields
Delegate = 7Type is a DelegateDataModel.
Dictionary = 4Type is a DictionaryDataModel.
Enum = 1Type is a EnumDataModel.
Enumerable = 3Type is a EnumerableDataModel.
None = 0Type is an TypeDataModel. Type is a primitive type or is a standalone value type (such as TimeSpan or DateTime).
Object = 5Type is a ObjectDataModel.
Optional = 2Type is a OptionalDataModel.
Tuple = 6Type is a TupleDataModel.