Show / Hide Table of Contents

Class ContextToManifestValueConverter

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

Inheritance
System.Object
ContextToManifestValueConverter
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 ContextToManifestValueConverter : IGetsManifestItemFromModelToManifestConversionContext

Constructors

| Improve this Doc View Source

ContextToManifestValueConverter(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 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