Packagecom.esri.bacore.client
Classpublic class BABaseParameters
InheritanceBABaseParameters Inheritance Object
Implements IBATaskParameters
Subclasses BAServerUtilityParameters, BAUtilityParameters, CreateRecordSetByAddressesParameters, RenderAnalysesParameters, RepositoryItemParameters

Since : Community Analyst API for Flex 2.2.

The BABaseParameters class is the base class for parameters of Community Analyst Tasks.



Public Properties
 PropertyDefined By
  resultType : BAResultType
[read-only] Type of a result returned by the task associated with these parameters.
BABaseParameters
  taskName : String
[read-only] Name of a Business Analyst Server task associated with these parameters.
BABaseParameters
Public Methods
 MethodDefined By
  
BABaseParameters(taskName:String, resultType:BAResultType)
Creates a new instance of the BABaseParameters class.
BABaseParameters
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 Business Analyst Server task associated with these parameters.


Implementation
    public function get taskName():String
Constructor Detail
BABaseParameters()Constructor
public function BABaseParameters(taskName:String, resultType:BAResultType)

Creates a new instance of the BABaseParameters class.

Parameters
taskName:String — Task name.
 
resultType:BAResultType — Task result type.