Packagecom.esri.bacore.client
Interfacepublic interface IBATaskParameters
Implementors BABaseParameters, BATaskParameters

The IBATaskParameters interface is implemented by Community Analyst Task parameters classes.



Public Properties
 PropertyDefined By
  resultType : BAResultType
[read-only] Type of a result returned by the task associated with these parameters.
IBATaskParameters
  taskName : String
[read-only] Name of a Community Analyst Task associated with these parameters.
IBATaskParameters
Public Methods
 MethodDefined By
  
toURLVariables():URLVariables
Converts task parameters to URL variables.
IBATaskParameters
Property Detail
resultTypeproperty
resultType:BAResultType  [read-only]

Type of a result returned by the task associated with these parameters.


Implementation
    public function get resultType():BAResultType
taskNameproperty 
taskName:String  [read-only]

Name of a Community Analyst Task associated with these parameters.


Implementation
    public function get taskName():String
Method Detail
toURLVariables()method
public function toURLVariables():URLVariables

Converts task parameters to URL variables.

Returns
URLVariables