Packagelc.domain
Classpublic class SearchFilterAttribute
InheritanceSearchFilterAttribute Inheritance Object

The SearchFilterAttribute class specifies properties for a search filter.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  name : String
The name of the search filter attribute.
SearchFilterAttribute
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  pvarTitle : String
The process variable title of the search filter attribute.
SearchFilterAttribute
  scope : String
The scope of a search filter attribute.
SearchFilterAttribute
  type : String
The type of the search filter attribute.
SearchFilterAttribute
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
nameproperty
name:String  [read-write]

The name of the search filter attribute.


Implementation
    public function get name():String
    public function set name(value:String):void
pvarTitleproperty 
pvarTitle:String  [read-write]

The process variable title of the search filter attribute.


Implementation
    public function get pvarTitle():String
    public function set pvarTitle(value:String):void
scopeproperty 
scope:String  [read-write]

The scope of a search filter attribute.


Implementation
    public function get scope():String
    public function set scope(value:String):void
typeproperty 
type:String  [read-write]

The type of the search filter attribute.


Implementation
    public function get type():String
    public function set type(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/SearchFilterAttribute.html