Class FlowRuleAttribute
Decorates a Rule for a specific rule set.
[AttributeUsage(AttributeTargets.Class)]
public class FlowRuleAttribute : Attribute
- Inheritance
-
objectAttributeFlowRuleAttribute
- 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