Class Rule
public class Rule
- Inheritance
-
Rule
- Inherited Members
Constructors
Rule(Action, Filter)
public Rule(Action action, Filter filter)
Parameters
Properties
Action
public Action Action { get; set; }
Property Value
Filter
public Filter Filter { get; set; }
Property Value
Identifier
[YamlIgnore]
public Guid Identifier { get; set; }
Property Value
InScope
[YamlIgnore]
public bool InScope { get; }
Property Value
Name
public string? Name { get; set; }
Property Value
Order
public int Order { get; set; }
Property Value
Methods
Enforce(ExchangeContext, Exchange?, Connection?, FilterScope, BreakPointManager)
public ValueTask Enforce(ExchangeContext context, Exchange? exchange, Connection? connection, FilterScope filterScope, BreakPointManager breakPointManager)
Parameters
context
ExchangeContextexchange
Exchangeconnection
ConnectionfilterScope
FilterScopebreakPointManager
BreakPointManager
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.