Table of Contents

Class GeneratePipesAndFiltersPipelineAttribute

Namespace
PatternKit.Generators.Messaging
Assembly
PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false, Inherited = false)]
public sealed class GeneratePipesAndFiltersPipelineAttribute : Attribute
Inheritance
GeneratePipesAndFiltersPipelineAttribute
Inherited Members

Constructors

GeneratePipesAndFiltersPipelineAttribute(Type)

public GeneratePipesAndFiltersPipelineAttribute(Type contextType)

Parameters

contextType Type

Properties

ContextType

public Type ContextType { get; }

Property Value

Type

FactoryMethodName

public string FactoryMethodName { get; set; }

Property Value

string

PipelineName

public string PipelineName { get; set; }

Property Value

string