Table of Contents

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

name string

Properties

DefaultFactoryName

public string DefaultFactoryName { get; set; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Order

public int Order { get; set; }

Property Value

int

Policy

public ContentEnrichmentErrorPolicy Policy { get; set; }

Property Value

ContentEnrichmentErrorPolicy