Class ModelToManifestValueConversionResult
A model which describes the result of ConvertAllValues(ModelToManifestConversionContext). This contains a root ManifestItem but also a collection of all of the manifest values which were converted, along with their original model values.
Inheritance
System.Object
ModelToManifestValueConversionResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CSF.Validation.ManifestModel
Assembly: CSF.Validation.dll
Syntax
public class ModelToManifestValueConversionResult
Properties
| Improve this Doc View SourceConvertedValues
Gets or sets a collection of all of the manifest values which were converted, along with their corresponding original model values.
Declaration
public ICollection<ModelAndManifestValuePair> ConvertedValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ModelAndManifestValuePair> |
RootValue
Gets or sets the root manifest value.
Declaration
public ManifestItem RootValue { get; set; }
Property Value
Type | Description |
---|---|
ManifestItem |