Table of Contents

Class GenerateContentEnricherAttribute

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

Constructors

GenerateContentEnricherAttribute(Type)

public GenerateContentEnricherAttribute(Type payloadType)

Parameters

payloadType Type

Properties

DefaultPolicy

public ContentEnrichmentErrorPolicy DefaultPolicy { get; set; }

Property Value

ContentEnrichmentErrorPolicy

EnricherName

public string EnricherName { get; set; }

Property Value

string

FactoryName

public string FactoryName { get; set; }

Property Value

string

PayloadType

public Type PayloadType { get; }

Property Value

Type