Show / Hide Table of Contents

Class OperationResult

The Type returned by Operations

Inheritance
System.Object
OperationResult
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 OperationResult

Constructors

| Improve this Doc View Source

OperationResult(Boolean, ClauseCapture)

A result consists of a boolean outcome and captures

Declaration
public OperationResult(bool result, ClauseCapture clauseCaptures = null)
Parameters
Type Name Description
System.Boolean result

The boolean outcome of the operation

ClauseCapture clauseCaptures

Any captures

Properties

| Improve this Doc View Source

Capture

Captures from the operation

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

Result

The boolean outcome of the operation

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