Packagelc.domain
Classpublic class SearchFilterCondition
InheritanceSearchFilterCondition Inheritance Object

The SearchFilterCondition class is used for creating search filters conditions.



Public Properties
 PropertyDefined By
  attribute : SearchFilterAttribute
The attribute of the search filter condition.
SearchFilterCondition
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  operator : String
The operator for the search filter condition.
SearchFilterCondition
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  value1 : String
The first value of the search filter condition.
SearchFilterCondition
  value2 : String
The second value of the search filter condition.
SearchFilterCondition
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
attributeproperty
attribute:SearchFilterAttribute  [read-write]

The attribute of the search filter condition.


Implementation
    public function get attribute():SearchFilterAttribute
    public function set attribute(value:SearchFilterAttribute):void
operatorproperty 
operator:String  [read-write]

The operator for the search filter condition.


Implementation
    public function get operator():String
    public function set operator(value:String):void
value1property 
value1:String  [read-write]

The first value of the search filter condition.


Implementation
    public function get value1():String
    public function set value1(value:String):void
value2property 
value2:String  [read-write]

The second value of the search filter condition.


Implementation
    public function get value2():String
    public function set value2(value:String):void




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/SearchFilterCondition.html