Transform Properties

The Transform 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.
Public propertyComponentDescription
Gets the standard component description.
(Inherited from ComponentBase.)
Public propertyComponentId
Gets the component ID.
(Inherited from ComponentBase.)
Public propertyComponentName
Gets the standard component name.
(Inherited from ComponentBase.)
Public propertyDescription
Gets or sets the object description.
Public propertyElementExpressions
Gets the element process expressions, if any are defined for the current transform.
Public propertyEntity
Gets the parent entity.
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this transform is using a custom configuration UI.
Public propertyHasElementExpressions
Gets a value indicating whether this instance has element process expressions defined within.
Public propertyHasTransformExpressions
Gets a value indicating whether this instance has transform expressions defined within.
Public propertyHasWarnings
Gets a value indicating whether this instance has any warnings.
Public propertyHelpUri
Gets a URI to a web page which provides documentation about the transform.
Public propertyId
Gets the object ID.
Public propertyInput
Gets the transform main input.
Public propertyInputs
Gets the inputs.
Public propertyIsAvailableInToolbar
Gets a value indicating whether or not the transform will be available in the toolbar.
Public propertyIsClosureTransform
Gets a value indicating whether this instance is a closure transform.
Public propertyIsConfigured
Gets a value indicating whether this instance is configured properly. When overriding, always check the value on the base class first.
Public propertyIsDoubleWidthDialog
Gets a value indicating whether this transform requires a double width UI dialog.
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.
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.
Public propertyIsInceptionTransform
Gets a value indicating whether this instance is an inception transform.
Public propertyIsInMemoryProcess
Gets a value indicating whether the current instance is executed as an in-memory process.
Public propertyIsInputConnectionValid
Gets a value indicating whether this instance has a valid input connection.
Public propertyIsMultipleElementTransform
Gets a value indicating whether this instance processes multiple elements at a time.
Public propertyIsOutputConnectionValid
Gets a value indicating whether this instance has a valid output connection.
Public propertyIsSingleElementTransform
Gets a value indicating whether this instance processes a single element at a time.
Public propertyIsSingleRecordTransform
Gets a value indicating whether this instance processes one record at a time.
Public propertyIsStepTransform
Gets a value indicating whether this instance is a process step transform.
Public propertyIsUnsafeQueryPrivilegeRequired
Gets a value indicating whether this instance requires unsafe query privileges.
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.
Public propertyNodeIconUri
Gets a value indicating the relative path to be used as the transform's node icon when rendered on the canvas.
Public propertyOutput
Gets the transform main output.
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 .
Public propertyProcess
Gets the parent DataProcess.
Public propertyProcessingType
Gets the type of the processing.
Public propertySettingValues
Gets the setting values for the current instance.
Public propertySupportsOutputExpressions
Gets a value indicating whether this instance supports the definition of output connector elements based on ConnectorElementExpression.
Public propertySupportsParameterizableOutputElements
Gets a value indicating whether the output elements for the current instance are parameterizable.
Public propertySupportsTransformExpressions
Gets a value indicating whether the current transform supports TransformExpressions that define the current instance functionality.
Public propertyToolbarIconUri
Gets a value indicating the relative path to be used as the transform's icon in the toolbar.
Public propertyTransformExpressions
Gets the transform expressions, if any are defined for the current transform.
Public propertyTransformSettings
Gets the transform generic settings.
Public propertyWarnings
Gets all the warnings currently associated with this instance.
Top
See Also