Table of Contents

Class RoutingSlipStepAttribute

Namespace
PatternKit.Generators.Messaging
Assembly
PatternKit.Generators.Abstractions.dll

Marks a static method as a generated routing slip step.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class RoutingSlipStepAttribute : Attribute
Inheritance
RoutingSlipStepAttribute
Inherited Members

Constructors

RoutingSlipStepAttribute(string, int)

Creates a routing slip step attribute.

public RoutingSlipStepAttribute(string name, int order)

Parameters

name string
order int

Properties

Name

Step name written into the routing slip itinerary.

public string Name { get; }

Property Value

string

Order

Step order in the generated routing slip itinerary.

public int Order { get; }

Property Value

int