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
Properties
Name
Step name written into the routing slip itinerary.
public string Name { get; }
Property Value
Order
Step order in the generated routing slip itinerary.
public int Order { get; }