Class ContentEnrichmentStepAttribute
- Namespace
- PatternKit.Generators.Messaging
- Assembly
- PatternKit.Generators.Abstractions.dll
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public sealed class ContentEnrichmentStepAttribute : Attribute
- Inheritance
-
ContentEnrichmentStepAttribute
- Inherited Members
Constructors
ContentEnrichmentStepAttribute(string)
public ContentEnrichmentStepAttribute(string name)
Parameters
namestring
Properties
DefaultFactoryName
public string DefaultFactoryName { get; set; }
Property Value
Name
public string Name { get; }
Property Value
Order
public int Order { get; set; }
Property Value
Policy
public ContentEnrichmentErrorPolicy Policy { get; set; }