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
payloadTypeType
Properties
DefaultPolicy
public ContentEnrichmentErrorPolicy DefaultPolicy { get; set; }
Property Value
EnricherName
public string EnricherName { get; set; }
Property Value
FactoryName
public string FactoryName { get; set; }
Property Value
PayloadType
public Type PayloadType { get; }