TransformData Class |
Namespace: Dundas.BI.WebApi.Models
The TransformData type exposes the following members.
Name | Description | |
---|---|---|
TransformData |
Initializes a new instance of the TransformData class.
|
Name | Description | |
---|---|---|
AdapterUIClassName |
Gets a value indicating the name of the java script adapter class which is to be created for this transform.
| |
Color |
Gets or sets the object color.
| |
ComponentDescription |
Gets the standard component description.
| |
ComponentId |
Gets the component ID.
| |
ComponentName |
Gets the standard component name.
| |
DataConnectorId |
Gets or sets the data connector ID which the transform is retrieving it's data from.
| |
DataConnectorName |
Gets or sets the name of the data connector for a SelectTransform.
| |
DataCubeId |
Gets the parent entity.
| |
Description |
Gets or sets the object description.
| |
ElementParameters |
Gets a list of element parameter values of this transform.
| |
Expression |
Gets or sets a value for the expression of a provider expression transform.
| |
HasCustomConfigurationUI |
Gets a value indicating whether this transform is using a custom configuration UI.
| |
HasWarnings |
Gets a value indicating whether this instance has any warnings.
| |
HelpUri |
Gets a URI to a web page which provides documentation about the transform.
| |
Id |
Gets the object ID.
| |
Inputs |
Gets the inputs.
| |
IsAvailableInToolbar |
Gets a value indicating whether or not the transform will be available in the toolbar.
| |
IsConfigured |
Gets a value indicating whether this instance is configured properly.
When overriding, always check the value on the base class first.
| |
IsDoubleWidthDialog |
Gets a value indicating whether this transform requires a double width UI dialog.
| |
IsDynamicInputSupported |
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.
| |
IsInceptionTransform |
Gets a value indicating whether this instance is an inception transform.
| |
IsInMemoryProcess |
Gets a value indicating whether the current instance is executed as an in-memory process.
| |
IsInputConnectionValid |
Gets a value indicating whether this instance has a valid input connection.
| |
IsOutputConnectionValid |
Gets a value indicating whether this instance has a valid output connection.
| |
IsOutputElementParameterizable |
Gets a value indicating whether the output elements for the current instance are parameterizable.
| |
IsProviderExpressionTransform |
Gets or sets a value indicating whether this transform has a provider expression.
| |
IsProviderScriptingAllowed |
Gets a value indicating whether this instance supports the definition of ProviderElementExpression.
| |
IsReplaceElementNamesSupported |
Gets or sets a value indicating whether this supports replace element names.
| |
IsSelectStructureParameterSupported |
Gets a value indicating whether SelectStructureParameter is supported.
| |
MappingConfiguration |
Gets the mapping info used to flatten the incoming data.
| |
Name |
Gets or sets the object name.
| |
NativeStructureName |
Gets or sets the name of the data table for a SQLSelectTransform.
| |
NodeIconUri |
Gets a value indicating the relative path to be used as the transform's node icon when rendered on the canvas.
| |
Output |
Gets the transform main output.
| |
PackageId |
Gets the ID of the extension package to which the component belongs.
| |
Parameters |
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 .
| |
Placeholders |
Gets the list of select transform placeholders.
| |
ProcessingType |
Gets the type of the processing.
| |
SelectTransformExpressions |
Gets the list of select transform expressions.
| |
SettingValues |
Gets the setting values for the current instance.
| |
SourceStructureId |
Gets or sets the source structure ID which the transform is retrieving it's data from.
| |
SourceStructureName |
Gets or sets the name of the source structure of a SelectTransform.
| |
SourceStructureType |
Gets or sets the type of the source structure.
| |
SourceTableName |
Gets or sets the name of the source table.
| |
SupportsCollectionPlaceholders |
Gets a value indicating whether this transform supports collection placeholders.
| |
SupportsParameterizableOutputElements |
Gets a value indicating whether the output elements for the current instance are parameterizable.
| |
SupportsTransformExpressions |
Gets a value indicating whether the current transform supports TransformExpressions that define the current instance functionality.
| |
ToolbarIconUri |
Gets a value indicating the relative path to be used as the transform's icon in the toolbar.
| |
TransformExpressions |
Gets the transform expressions, if any are defined for the current transform.
| |
TransformSettings |
Gets the transform generic settings.
| |
TransformType |
Gets or sets the transform type.
| |
UIClassName |
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.) | |
UserExpressions |
Gets the list of select transform expressions.
| |
Warnings |
Gets all the warnings currently associated with this instance.
|
Name | Description | |
---|---|---|
FromDataContractMappings |
The mapping between the business object and the DTO.
| |
ToDataContractMappings |
The mapping between the business object and the DTO.
|