dundas.data.SelectTransform Class

 

Inheritance Hierarchy

 
Class
   dundas.data.Transform
      dundas.data.SelectTransform
 

Constructors

 
  Name Description
init Initializes the Transform. Called during construction. Inherited from dundas.data.Transform.
 
 

Properties

 
  Name Description
adapterUIClassName Gets a value indicating the name of the JavaScript adapter class which is to be created for this transform. Inherited from dundas.data.Transform.
color Gets or sets the color of this transform. Inherited from dundas.data.Transform.
componentDescription Gets or sets the description of the component of this transform. Inherited from dundas.data.Transform.
componentId Gets or sets the ID of the component of this transform. Inherited from dundas.data.Transform.
componentName Gets or sets the name of the component of this transform. Inherited from dundas.data.Transform.
dataConnectorId Gets or sets the data connector ID.
dataConnectorName Gets or sets the data connector name.
dataCubeId Gets or sets the ID of the parent data cube. Inherited from dundas.data.Transform.
description Gets or sets the description of this transform. Inherited from dundas.data.Transform.
expression Gets or sets the provider expression transform. Inherited from dundas.data.Transform.
hasCustomConfigurationUI Gets or sets whether or not this transform has a customized UI. Inherited from dundas.data.Transform.
hasWarnings Gets a value indicating whether or not the transform contains warnings. Inherited from dundas.data.Transform.
helpUri Gets or sets the help URI for this transform. Inherited from dundas.data.Transform.
id Gets or sets the ID of this transform. Inherited from dundas.data.Transform.
imageSrc Gets or sets the image src url for use in Toolbar, or other. Inherited from dundas.data.Transform.
input Gets the input transform for this transform. Inherited from dundas.data.Transform.
inputs Gets or sets the input transform connectors for this transform. Inherited from dundas.data.Transform.
isAvailableInToolbar Gets or sets the value stating whether or not the transform will be available from the toolbar. Inherited from dundas.data.Transform.
isConfigured Gets or sets whether the transform is configured. Inherited from dundas.data.Transform.
isDoubleWidthDialog Gets or sets whether or not this transform has a double width UI dialog. Inherited from dundas.data.Transform.
isDynamicInputSupported Gets or sets whether or not this is transform allows dynamic input connector additions. Inherited from dundas.data.Transform.
isInceptionTransform Gets or sets whether this transform is an inception transform. Inherited from dundas.data.Transform.
isInMemoryProcess Gets or sets a value indicating whether the current instance is executed as an in-memory process. This can be null if the result is indeterminate. Inherited from dundas.data.Transform.
isInputConnectionValid Gets or sets whether the input connection is valid. Inherited from dundas.data.Transform.
isOutputConnectionValid Gets or sets whether the output connection is valid. Inherited from dundas.data.Transform.
isOutputElementParameterizable Gets a value indicating whether the output elements for the current instance are parameterizable.
isProviderExpressionTransform Gets or sets whether this transform has a provider expression. Inherited from dundas.data.Transform.
isProviderScriptingAllowed Gets a value indicating whether this instance supports the definition of provider expressions. Inherited from dundas.data.Transform.
isReplaceElementNamesSupported Gets a value indicating whether the names of the elements can be replaced for re-wiring the input elements.
isSelectStructureParameterSupported Gets or sets whether the transform supports parameterizing structure selection. Inherited from dundas.data.Transform.
mappingConfiguration Gets or sets the mapping configuration for flattening. Inherited from dundas.data.Transform.
name Gets or sets the name of this transform. Inherited from dundas.data.Transform.
namespaces Gets or sets the namespaces for XML flattening. Inherited from dundas.data.Transform.
nativeStructureName Gets or sets the native structure name.
nodeIconUri Gets or sets the value of the URI of the transform's node icon when rendered on the canvas. Inherited from dundas.data.Transform.
output Gets the output transform for this transform. Inherited from dundas.data.Transform.
packageId Gets or sets the package ID of this transform. Inherited from dundas.data.Transform.
parameters Gets or sets the transform parameters. Inherited from dundas.data.Transform.
placeholders Gets or sets the transform placeholders.
processingType Gets or sets the processing type of this transform. Flags Enum. Inherited from dundas.data.Transform.
selectTransformExpressions Gets or sets the select transform expressions.
settingValues Gets or sets the setting values Inherited from dundas.data.Transform.
sourceStructureId Gets or sets the source structure ID.
sourceStructureName Gets or sets the source structure name.
sourceStructureType Gets or sets the source structure type.
sourceTableName Gets or sets the source table name of this transform. Inherited from dundas.data.Transform.
supportsCollectionPlaceholders Gets or sets whether the transform supports collection placeholders. Inherited from dundas.data.Transform.
supportsParameterizableOutputElements Gets or sets whether the transform supports parameterizable output elements. Inherited from dundas.data.Transform.
supportsTransformExpressions Gets a value indicating whether the current transform supports transform expressions that define the current instance functionality. Inherited from dundas.data.Transform.
toolbarIconUri Gets or sets the value of the URI of the transform's toolbar icon. Inherited from dundas.data.Transform.
transformExpressions Gets or sets the transform expressions, if any are defined for the current transform. Inherited from dundas.data.Transform.
transformSettings Gets or sets the settings for the transform. Inherited from dundas.data.Transform.
transformType Gets or sets the transform type name. Inherited from dundas.data.Transform.
userExpressions Gets or sets the user expressions. Inherited from dundas.data.Transform.
warnings Gets any warnings that might have come during configuration. See Dundas.BI.WebApi.Models.DataWarningData for return structure. Inherited from dundas.data.Transform.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.