MatchExpression Constructor |
Creates a new MatchExpression instance.
Namespace:
Sfs2X.Entities.Match
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public MatchExpression(
string varName,
IMatcher condition,
Object varValue
)
Parameters
- varName
- Type: SystemString
Name of the variable or property to match. - condition
- Type: Sfs2X.Entities.MatchIMatcher
The matching condition. - varValue
- Type: SystemObject
The value to compare against the variable or property during the matching.
See Also