LogicOperator Class |
Namespace: Sfs2X.Entities.Match
public class LogicOperator
The LogicOperator type exposes the following members.
Name | Description | |
---|---|---|
Id |
Returns the id of the current LogicOperator instance. It can be the string "AND" or "OR".
|
Name | Description | |
---|---|---|
AND |
An instance of LogicOperator representing the AND logical operator.
| |
OR |
An instance of LogicOperator representing the OR logical operator.
|