Show / Hide Table of Contents

Class ClauseCapture

Holds a clause and object states, can be extended to hold a Result with specific data

Inheritance
System.Object
ClauseCapture
TypedClauseCapture<T>
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 ClauseCapture

Constructors

| Improve this Doc View Source

ClauseCapture(Clause, Object, Object)

A basic Clause Capture constructor

Declaration
public ClauseCapture(Clause clause, object state1 = null, object state2 = null)
Parameters
Type Name Description
Clause clause
System.Object state1
System.Object state2

Properties

| Improve this Doc View Source

Clause

The Clause that caused the capture

Declaration
public Clause Clause { get; }
Property Value
Type Description
Clause
| Improve this Doc View Source

State1

Object state 1

Declaration
public object State1 { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

State2

Object state 2

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