Class ContextToManifestCollectionItemConverter
A Chain of Responsibility impl of IGets
Inheritance
System.Object
ContextToManifestCollectionItemConverter
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 ContextToManifestCollectionItemConverter : IGetsManifestItemFromModelToManifestConversionContext
Constructors
| Improve this Doc View SourceContextToManifestCollectionItemConverter(IGetsManifestItemFromModelToManifestConversionContext)
Initialises a new instance of Context
Declaration
public ContextToManifestCollectionItemConverter(IGetsManifestItemFromModelToManifestConversionContext next)
Parameters
Type | Name | Description |
---|---|---|
IGets |
next | The wrapped/next implementation. |
Exceptions
Type | Condition |
---|---|
System. |
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 |
---|---|---|
Model |
context | A conversion context. |
Returns
Type | Description |
---|---|
Manifest |
A manifest item. |