Creates a new operator element based on logicOperator.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public OperatorElement( LogicOperator logicOperator, Configuration configuration )
Public Sub New ( _ logicOperator As LogicOperator, _ configuration As Configuration _ )
public: OperatorElement( LogicOperator logicOperator, Configuration^ configuration )
Parameters
- logicOperator (LogicOperator)
- The logic operator, either AND or OR
- configuration (Configuration)
- The instance of the Configuration class that holds the settings to be used.