Table of Contents

Class OperationFilterConditions

Conditions to filter operations by.

public class OperationFilterConditions
Inheritance
OperationFilterConditions

Fields

IsEndOfParentheticalCondition

Is this object also the end of a parenthetical condition? If true, then a ) symbol is added to the end of this conditino.

public bool IsEndOfParentheticalCondition

Field Value

bool

IsStartOfParentheticalCondition

Is this object also the start of a parenthetical condition? If true, then a ( symbol is added to the start of this conditino.

public bool IsStartOfParentheticalCondition

Field Value

bool

OperandA

The Left-Hand-Side operand.

public OperationFilterConditionOperand OperandA

Field Value

OperationFilterConditionOperand

OperandB

The Right-Hand-Side operand.

public OperationFilterConditions OperandB

Field Value

OperationFilterConditions

Operator

The operator.

public OperationFilterOperator Operator

Field Value

OperationFilterOperator

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.