Click or drag to resize

Sfs2X.Entities.Match Namespace

 
Classes
  ClassDescription
Public classBoolMatch
The BoolMatch class is used in matching expressions to check boolean conditions.
Public classLogicOperator
The LogicOperator class is used to concatenate two matching expressions using the AND or OR logical operator.
Public classCode exampleMatchExpression
The MatchExpression class represents a matching expression used to compare custom variables or predefined properties when searching for users or Rooms.
Public classNumberMatch
The NumberMatch class is used in matching expressions to check numeric conditions.
Public classRoomProperties
The RoomProperties class contains the names of predefined properties that can be used in matching expressions to search/filter Rooms.
Public classStringMatch
The StringMatch class is used in matching expressions to check string conditions.
Public classUserProperties
The UserProperties class contains the names of predefined properties that can be used in matching expressions to search/filter users.
Interfaces
  InterfaceDescription
Public interfaceIMatcher
The IMatcher interface defines the properties that an object representing a condition to be used in a matching expression exposes.