Show / Hide Table of Contents

Class ModelAndManifestValuePair

A simple object that describes both a ManifestItem instanec and also the model Value instance which was used to create it.

Inheritance
System.Object
ModelAndManifestValuePair
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 ModelAndManifestValuePair

Properties

| Improve this Doc View Source

ManifestValue

Gets or sets the manifest value instance.

Declaration
public ManifestItem ManifestValue { get; set; }
Property Value
Type Description
ManifestItem
| Improve this Doc View Source

ModelValue

Gets or sets the model value instance.

Declaration
public Value ModelValue { get; set; }
Property Value
Type Description
Value
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX