Pacote | com.adobe.gravity.framework |
Interface | public interface IFilter |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de runtime: | AIR 1.1, Flash Player 9 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Match a set of properties against this filter. | IFilter |
Detalhes do método
match | () | método |
public function match(object:Object):Boolean
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Client Component Framework 10 |
Versões de 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.
Parâmetros
object:Object — Either an Object or an IServiceReference to be matched against.
|
Boolean — If the match is successful, true, otherwise false.
|
Wed Jun 13 2018, 11:10 AM Z