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 SourceOperationResult(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 SourceCapture
Captures from the operation
Declaration
public ClauseCapture Capture { get; }
Property Value
| Type | Description |
|---|---|
| ClauseCapture |
Result
The boolean outcome of the operation
Declaration
public bool Result { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |