DataInputTransform Properties

The DataInputTransform type exposes the following members.

Properties
  NameDescription
Public propertyAdapterUIClassName
Gets a value indicating the name of the java script adapter class which is to be created for this transform.
(Inherited from Transform.)
Public propertyCommandTimeout
Gets or sets the command timeout (in seconds).
(Inherited from DataGeneratorTransform.)
Public propertyComponentDescription
Gets the standard component description.
(Overrides ComponentBaseComponentDescription.)
Public propertyComponentId
Gets the component ID.
(Overrides ComponentBaseComponentId.)
Public propertyComponentName
Gets the standard component name.
(Overrides ComponentBaseComponentName.)
Public propertyDataConnector
Gets the data connector.
Public propertyDataSource
Gets or sets the data source the process inception transform operates on.
(Inherited from SelectTransform.)
Public propertyDataSourcePriority
Gets the priority in case multiple select transforms support the data source.
(Inherited from SelectTransform.)
Public propertyDescription
Gets or sets the object description.
(Inherited from Transform.)
Public propertyElementExpressions
Gets the element process expressions, if any are defined for the current transform.
(Inherited from Transform.)
Public propertyEnableSubqueryOptimization
Gets a value indicating whether this transform can be used to generate a single query.
(Inherited from SelectTransform.)
Public propertyEntity
Gets the parent entity.
(Inherited from Transform.)
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this transform is using a custom configuration UI.
(Overrides TransformHasCustomConfigurationUI.)
Public propertyHasElementExpressions
Gets a value indicating whether this instance has element process expressions defined within.
(Inherited from Transform.)
Public propertyHasSelectExpressions
Gets a value indicating whether this instance has select expressions defined.
(Inherited from SelectTransform.)
Public propertyHasTransformExpressions
Gets a value indicating whether this instance has transform expressions defined within.
(Inherited from Transform.)
Public propertyHasWarnings
Gets a value indicating whether this instance has any warnings.
(Inherited from Transform.)
Public propertyHelpUri
Gets a URI to a web page which provides documentation about the transform.
(Inherited from Transform.)
Public propertyId
Gets the object ID.
(Inherited from Transform.)
Public propertyInput
Gets the transform main input.
(Inherited from Transform.)
Public propertyInputs
Gets the inputs.
(Inherited from Transform.)
Public propertyIsAvailableInToolbar
Gets a value indicating whether or not the transform will be available in the toolbar.
(Inherited from DataGeneratorTransform.)
Public propertyIsClosureTransform
Gets a value indicating whether this instance is a closure transform.
(Inherited from Transform.)
Public propertyIsConfigured
Gets a value indicating whether this instance is configured properly. When overriding, always check the value on the base class first.
(Inherited from Transform.)
Public propertyIsDoubleWidthDialog
Gets a value indicating whether this transform requires a double width UI dialog.
(Inherited from Transform.)
Public propertyIsDynamicInputSupported
Gets a value indicating whether this instance supports a dynamic number of inputs When true, all dynamic inputs get their settings from the primary transform input.
(Inherited from Transform.)
Public propertyIsEnabled
Gets a value indicating whether the component is enabled.
(Inherited from ComponentBase.)
Public propertyIsGroupRecordTransform
Gets a value indicating whether this instance processes multiple records at a time.
(Inherited from Transform.)
Public propertyIsInceptionTransform
Gets a value indicating whether this instance is an inception transform.
(Inherited from Transform.)
Public propertyIsInMemoryProcess
Gets a value indicating whether the current instance is executed as an in-memory process.
(Inherited from Transform.)
Public propertyIsInputConnectionValid
Gets a value indicating whether this instance has a valid input connection.
(Inherited from SelectTransform.)
Public propertyIsMultipleElementTransform
Gets a value indicating whether this instance processes multiple elements at a time.
(Inherited from Transform.)
Public propertyIsOutputConnectionValid
Gets a value indicating whether this instance has a valid output connection.
(Inherited from Transform.)
Public propertyIsProviderScriptingAllowed
Gets a value indicating whether this instance supports the definition of ProviderElementExpression.
(Overrides SelectTransformIsProviderScriptingAllowed.)
Public propertyIsReplaceElementNamesSupported
Gets a value indicating whether replace element names is supported.
(Overrides SelectTransformIsReplaceElementNamesSupported.)
Public propertyIsSingleElementTransform
Gets a value indicating whether this instance processes a single element at a time.
(Inherited from Transform.)
Public propertyIsSingleRecordTransform
Gets a value indicating whether this instance processes one record at a time.
(Inherited from Transform.)
Public propertyIsStepTransform
Gets a value indicating whether this instance is a process step transform.
(Inherited from Transform.)
Public propertyIsUnsafeQueryPrivilegeRequired
Gets a value indicating whether this instance requires unsafe query privileges.
(Inherited from Transform.)
Public propertyLogger
Gets the logger for the module or extension package corresponding to the component.
(Inherited from ComponentBase.)
Public propertyName
Gets or sets the object name.
(Inherited from Transform.)
Public propertyNodeIconUri
Gets a value indicating the relative path to be used as the transform's node icon when rendered on the canvas.
(Overrides TransformNodeIconUri.)
Public propertyOutput
Gets the transform main output.
(Inherited from Transform.)
Public propertyPackageId
Gets the ID of the extension package to which the component belongs.
(Inherited from ComponentBase.)
Public propertyParameters
Gets all the parameters defined for the current instance. These are either expression parameters or native structure parameters, if the current instance is a SelectTransform .
(Inherited from SelectTransform.)
Public propertyProcess
Gets the parent DataProcess.
(Inherited from Transform.)
Public propertyProcessingType
Gets the type of the processing.
(Inherited from DataGeneratorTransform.)
Public propertySelectExpressions
Gets the select expressions defined for the current instance.
(Inherited from SelectTransform.)
Public propertySettingValues
Gets the setting values for the current instance.
(Inherited from Transform.)
Protected propertySourceInvariantTransformSettings
Gets all this select transform's settings that can be transferred to a new select transform during rewiring. Override if there are settings that ought to be excluded.
(Inherited from SelectTransform.)
Public propertySourceTableName
Gets the name of the source table.
Public propertySupportsCollectionPlaceholders
Gets a value indicating whether this transform supports collection placeholders.
(Inherited from DataGeneratorTransform.)
Public propertySupportsOutputExpressions
Gets a value indicating whether this instance supports the definition of output connector elements based on ConnectorElementExpression.
(Inherited from Transform.)
Public propertySupportsParameterizableOutputElements
Gets a value indicating whether the output elements for the current instance are parameterizable.
(Overrides SelectTransformSupportsParameterizableOutputElements.)
Public propertySupportsTransformExpressions
Gets a value indicating whether the current transform supports TransformExpressions that define the current instance functionality.
(Inherited from Transform.)
Public propertyToolbarIconUri
Gets a value indicating the relative path to be used as the transform's icon in the toolbar.
(Overrides TransformToolbarIconUri.)
Public propertyTransformExpressions
Gets the transform expressions, if any are defined for the current transform.
(Inherited from Transform.)
Public propertyTransformSettings
Gets the transform generic settings.
(Inherited from Transform.)
Public propertyWarnings
Gets all the warnings currently associated with this instance.
(Inherited from Transform.)
Top
See Also