Show / Hide Table of Contents

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 Source

RuleCapture(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 Source

Captures

The ClauseCaptures associated with the Rule

Declaration
public List<ClauseCapture> Captures { get; }
Property Value
Type Description
System.Collections.Generic.List<ClauseCapture>
| Improve this Doc View Source

Rule

The Rule this capture was triggered by

Declaration
public Rule Rule { get; }
Property Value
Type Description
Rule
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX