Click or drag to resize

IMatcher Interface

The IMatcher interface defines the properties that an object representing a condition to be used in a matching expression exposes.

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

The IMatcher type exposes the following members.

Properties
  NameDescription
Public propertySymbol
Returns the condition symbol of this matcher.
Public propertyType
Returns the type id of this matcher.
Top
See Also