Show / Hide Table of Contents

Class ThrowingContextToManifestItemConverter

An implementation of IGetsManifestItemFromModelToManifestConversionContext which throws an exception.

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

This is intended to be used as the innermost impl within a Cahin of Responsibility for converting contexts to manifest items. If the logic within this impl is entered then it means that no other impl was able to process the context.

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