Pacchetto | com.adobe.gravity.framework |
Interfaccia | public interface IFilter |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | AIR 1.1, Flash Player 9 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Match a set of properties against this filter. | IFilter |
Descrizione dei metodi
match | () | metodo |
public function match(object:Object):Boolean
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versioni runtime: | 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.
Parametri
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, 02:44 PM Z