Click or drag to resize

LogicOperator Class

The LogicOperator class is used to concatenate two matching expressions using the AND or OR logical operator.
Inheritance Hierarchy
SystemObject
  Sfs2X.Entities.MatchLogicOperator

Namespace:  Sfs2X.Entities.Match
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class LogicOperator

The LogicOperator type exposes the following members.

Properties
  NameDescription
Public propertyId
Returns the id of the current LogicOperator instance. It can be the string "AND" or "OR".
Top
Fields
  NameDescription
Public fieldStatic memberAND
An instance of LogicOperator representing the AND logical operator.
Public fieldStatic memberOR
An instance of LogicOperator representing the OR logical operator.
Top
See Also