Class OperationFilterConditions
- Namespace
- Uralstech.UCloud.Operations
Conditions to filter operations by.
public class OperationFilterConditions
- Inheritance
-
objectOperationFilterConditions
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
OperandB
The Right-Hand-Side operand.
public OperationFilterConditions OperandB
Field Value
Operator
The operator.
public OperationFilterOperator Operator
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.