Class ContextToManifestValueConverter
A Chain of Responsibility impl of IGetsManifestItemFromModelToManifestConversionContext which deals with contexts for Manifest.
Inheritance
System.Object
ContextToManifestValueConverter
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 ContextToManifestValueConverter : IGetsManifestItemFromModelToManifestConversionContext
Constructors
| Improve this Doc View SourceContextToManifestValueConverter(IGetsManifestItemFromModelToManifestConversionContext)
Initialises a new instance of ContextToManifestValueConverter.
Declaration
public ContextToManifestValueConverter(IGetsManifestItemFromModelToManifestConversionContext next)
Parameters
Type | Name | Description |
---|---|---|
IGetsManifestItemFromModelToManifestConversionContext | next | The wrapped/next implementation. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | If |
Methods
| Improve this Doc View SourceGetManifestItem(ModelToManifestConversionContext)
Gets a manifest item from the specified conversion context.
Declaration
public ManifestItem GetManifestItem(ModelToManifestConversionContext context)
Parameters
Type | Name | Description |
---|---|---|
ModelToManifestConversionContext | context | A conversion context. |
Returns
Type | Description |
---|---|
ManifestItem | A manifest item. |