Show / Hide Table of Contents

Class ContextToManifestCollectionItemConverter

A Chain of Responsibility impl of IGetsManifestItemFromModelToManifestConversionContext which deals with contexts for CollectionItem.

Inheritance
System.Object
ContextToManifestCollectionItemConverter
Implements
IGetsManifestItemFromModelToManifestConversionContext
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 Source

ContextToManifestCollectionItemConverter(IGetsManifestItemFromModelToManifestConversionContext)

Initialises a new instance of ContextToManifestCollectionItemConverter.

Declaration
public ContextToManifestCollectionItemConverter(IGetsManifestItemFromModelToManifestConversionContext next)
Parameters
Type Name Description
IGetsManifestItemFromModelToManifestConversionContext next

The wrapped/next implementation.

Exceptions
Type Condition
System.ArgumentNullException

If next is null.

Methods

| Improve this Doc View Source

GetManifestItem(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.

Implements

IGetsManifestItemFromModelToManifestConversionContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX