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