Enum ModelToManifestConversionType
Represents the types of manifest model value which may be converted to manifest values.
Namespace: CSF.Validation.ManifestModel
Assembly: CSF.Validation.dll
Syntax
public enum ModelToManifestConversionType
Fields
| Name | Description |
|---|---|
| CollectionItem | A Value which is to be converted to a ManifestItem of type CollectionItem. |
| Manifest | A Value which is to be converted to a ManifestItem. |
| PolymorphicType | A Value which is to be converted to a ManifestItem of type PolymorphicType. |
| RecursiveManifestValue | A Value which is to be converted to a ManifestItem of either type RecursiveValue or RecursiveCollectionItem. |