| Paket | com.adobe.gravity.framework |
| Schnittstelle | public interface IFilter |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
| Laufzeitversionen: | AIR 1.1, Flash Player 9 |
Öffentliche Methoden
| Methode | Definiert von | ||
|---|---|---|---|
Match a set of properties against this filter. | IFilter | ||
Methodendetails
match | () | Methode |
public function match(object:Object):Boolean| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Experience Services - Client-Komponenten-Framework 10 |
| Laufzeitversionen: | 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.
Parameter
object:Object — Either an Object or an IServiceReference to be matched against.
|
Boolean — If the match is successful, true, otherwise false.
|
Tue Jun 12 2018, 10:04 AM Z