Table of Contents

Class FlowRuleAttribute

Namespace
JobFlow.Core.Rules
Assembly
JobFlow.Core.dll

Decorates a Rule for a specific rule set.

[AttributeUsage(AttributeTargets.Class)]
public class FlowRuleAttribute : Attribute
Inheritance
object
Attribute
FlowRuleAttribute
Extension Methods

Remarks

By default the Flow name is used as the name of the rule set to use for a particular flow. Change the Flow settings with FlowDefinition and ConfigureFlowDefinitions(JobFlowConfigurationBuilder, Action<FlowDefinitionConfiguration>)

Constructors

FlowRuleAttribute(string)

public FlowRuleAttribute(string ruleSetName)

Parameters

ruleSetName string

FlowRuleAttribute(Type)

public FlowRuleAttribute(Type type)

Parameters

type Type