Class RuleCapture
The capture object that holds a rule and the clause captures
Inheritance
System.Object
RuleCapture
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.OAT
Assembly: OAT.dll
Syntax
public class RuleCapture
Constructors
| Improve this Doc View SourceRuleCapture(Rule, List<ClauseCapture>)
The constructor for a Rule Capture
Declaration
public RuleCapture(Rule r, List<ClauseCapture> captures)
Parameters
Type | Name | Description |
---|---|---|
Rule | r | The Rule |
System.Collections.Generic.List<ClauseCapture> | captures | The ClauseCaptures |
Properties
| Improve this Doc View SourceCaptures
The ClauseCaptures associated with the Rule
Declaration
public List<ClauseCapture> Captures { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ClauseCapture> |
Rule
The Rule this capture was triggered by
Declaration
public Rule Rule { get; }
Property Value
Type | Description |
---|---|
Rule |