Show / Hide Table of Contents

Interface IGetsManifestItemFromModelToManifestConversionContext

An object which converts a ModelToManifestConversionContext into a ManifestItem.

Namespace: CSF.Validation.ManifestModel
Assembly: CSF.Validation.dll
Syntax
public interface IGetsManifestItemFromModelToManifestConversionContext

Methods

| Improve this Doc View Source

GetManifestItem(ModelToManifestConversionContext)

Gets a manifest item from the specified conversion context.

Declaration
ManifestItem GetManifestItem(ModelToManifestConversionContext context)
Parameters
Type Name Description
ModelToManifestConversionContext context

A conversion context.

Returns
Type Description
ManifestItem

A manifest item.

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