| Пакет | com.adobe.gravity.framework |
| Интерфейс | public interface IFilter |
| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Версии среды выполнения: | AIR 1.1, Flash Player 9 |
Общедоступные методы
| Метод | Определено | ||
|---|---|---|---|
Match a set of properties against this filter. | IFilter | ||
Сведения о методе
match | () | метод |
public function match(object:Object):Boolean| Язык версии: | ActionScript 3.0 |
| Версия продукта: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
| Версии среды выполнения: | 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.
Параметры
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, 11:34 AM Z