Packagecom.esri.bacore.client
Classpublic class BAUtilityParameters
InheritanceBAUtilityParameters Inheritance BABaseParameters Inheritance Object
Implements IBADatasetParameters
Subclasses CustomerProfilingParameters, GetSummarizationsParameters, GetSummarizationsParameters, ProfileByAreaSummationParameters, ProfileByImportFromTableParameters, ProfileByTableGeocodingParameters, ReturnStdGeographyParameters, ReturnStdGeographyParameters, SelectBusinessesParameters, StdGeographiesByAttributesParameters, StdGeographiesByAttributesParameters, StdGeographiesFromExtentParameters, StdGeographiesFromExtentParameters, StdGeographiesFromTreeParameters, StdGeographiesListParameters, TargetGroupParameters, ThresholdRingsRadiiParameters

The BAUtilityParameters class is the base class for parameters of Community Analyst Tasks that produce a simple output.



Public Properties
 PropertyDefined By
  activeDatasetID : String
Active dataset ID.
BAUtilityParameters
 InheritedresultType : BAResultType
[read-only] Type of a result returned by the task associated with these parameters.
BABaseParameters
 InheritedtaskName : String
[read-only] Name of a Business Analyst Server task associated with these parameters.
BABaseParameters
Public Methods
 MethodDefined By
  
BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)
Creates a new instance of the BAUtilityParameters class.
BAUtilityParameters
Property Detail
activeDatasetIDproperty
activeDatasetID:String

Active dataset ID.


Implementation
    public function get activeDatasetID():String
    public function set activeDatasetID(value:String):void
Constructor Detail
BAUtilityParameters()Constructor
public function BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)

Creates a new instance of the BAUtilityParameters class.

Parameters
taskName:String — Task name.
 
resultType:BAResultType — Task result type.
 
stringParameters:Object (default = null) — Additional string parameters of task.