Sfs2X.Entities.Match Namespace |
| Class | Description | |
|---|---|---|
| BoolMatch |
The BoolMatch class is used in matching expressions to check boolean conditions.
| |
| LogicOperator |
The LogicOperator class is used to concatenate two matching expressions using the AND or OR logical operator.
| |
| MatchExpression |
The MatchExpression class represents a matching expression used to compare custom variables or predefined properties when searching for users or Rooms.
| |
| NumberMatch |
The NumberMatch class is used in matching expressions to check numeric conditions.
| |
| RoomProperties |
The RoomProperties class contains the names of predefined properties that can be used in matching expressions to search/filter Rooms.
| |
| StringMatch |
The StringMatch class is used in matching expressions to check string conditions.
| |
| UserProperties |
The UserProperties class contains the names of predefined properties that can be used in matching expressions to search/filter users.
|
| Interface | Description | |
|---|---|---|
| IMatcher |
The IMatcher interface defines the properties that an object representing a condition to be used in a matching expression exposes.
|