| Package | com.esri.bacore.client |
| Class | public class BAUtilityParameters |
| Inheritance | BAUtilityParameters Object |
| Implements | IBATaskParameters, IBADatasetParameters |
| Subclasses | CustomerProfilingParameters, GetSummarizationsParameters, ProfileByAreaSummationParameters, ProfileByImportFromTableParameters, ProfileByTableGeocodingParameters, ReturnStdGeographyParameters, SelectBusinessesParameters, StdGeographiesByAttributesParameters, StdGeographiesFromExtentParameters, StdGeographiesFromTreeParameters, StdGeographiesListParameters, TargetGroupParameters, ThresholdRingsRadiiParameters |
| Property | Defined By | ||
|---|---|---|---|
| activeDatasetID : String
Active dataset ID. | BAUtilityParameters | ||
| resultType : BAResultType [read-only]
Type of a result returned by the task associated with these parameters. | BAUtilityParameters | ||
| taskName : String [read-only]
Name of a Business Analyst task associated with these parameters. | BAUtilityParameters | ||
| Method | Defined By | ||
|---|---|---|---|
BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)
Creates a new instance of the BAUtilityParameters class. | BAUtilityParameters | ||
| activeDatasetID | property |
activeDatasetID:StringActive dataset ID.
public function get activeDatasetID():String public function set activeDatasetID(value:String):void| resultType | property |
resultType:BAResultType [read-only] Type of a result returned by the task associated with these parameters.
public function get resultType():BAResultType| taskName | property |
taskName:String [read-only] Name of a Business Analyst task associated with these parameters.
public function get taskName():String| BAUtilityParameters | () | Constructor |
public function BAUtilityParameters(taskName:String, resultType:BAResultType, stringParameters:Object = null)Creates a new instance of the BAUtilityParameters class.
ParameterstaskName:String — Task name.
| |
resultType:BAResultType — Task result type.
| |
stringParameters:Object (default = null) — Additional string parameters of task.
|