public function match(object:Object):Boolean
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Runtime Versions: | AIR 1.1, Flash Player 9 |
Match a set of properties against this filter. If
object is an IServiceReference, match against the
properties of that service, otherwise match against
the dynamic properties of the object.
Parameters
| object:Object — Either an Object or an IServiceReference to be matched against.
|
Returns | Boolean — If the match is successful, true, otherwise false.
|