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
contextTypeType
Properties
ContextType
public Type ContextType { get; }
Property Value
FactoryMethodName
public string FactoryMethodName { get; set; }
Property Value
PipelineName
public string PipelineName { get; set; }