DataProcess Methods |
The DataProcess type exposes the following members.
| Name | Description | |
|---|---|---|
| AddDataInputTransform |
Adds a new data input transform to the current instance.
| |
| AddSelectTransform(IDataSource) |
Adds a new select transform to the process definition.
| |
| AddSelectTransform(NativeStructure) |
Adds a new select transform to the process definition. The input generates a SelectTransform transform, compatible with provider type.
| |
| AddTransform |
Adds a new transform to the process definition, without connecting it to any other transform.
| |
| AppendTransform |
Appends the transform in the process definition immediately after the specified OutputConnector.
The transform input is automatically connected to upstream output. If the specified output is already connected
to a downstream transform, then the appended transform main output is connected to the downstream transform as well.
| |
| ChangeTransformElementName |
Changes the name of the transform element and propagates the change to child elements, as long as their usage type is passive or active only.
| |
| CreateBridgeParameter(String, String, ParameterValueTypes) |
Creates a bridge parameter with the specified properties.
| |
| CreateBridgeParameter(String, String, ParameterValueTypes, IHierarchy) |
Creates a bridge parameter with the specified properties.
| |
| CreateParameter(ConnectorElement) |
Creates a parameter based on a ConnectorElement parameter.
| |
| CreateParameter(InputConnector, ComponentSetting) |
Creates a parameter based on a ComponentSetting transform parameter.
| |
| CreateParameter(Transform, ComponentSetting) |
Creates a parameter based on a ComponentSetting transform parameter.
| |
| CreateParameter(InputConnector, ComponentSetting, ConnectorElement) |
Creates a parameter based on a ComponentSetting defined for input elements.
| |
| FindElement(Guid) |
Finds the element by its ID.
| |
| FindElement(Guid, Guid) |
Finds the element using its parent transform ID and its own ID.
| |
| GetAnalysisElementFromSource |
Gets the analysis element that is generated from the source element.
| |
| GetAnalysisElementSource |
Gets the analysis element source, when the source is an element of a constituent IDataElementStructure.
| |
| GetTransformParameters |
Gets all the parameters associated with the specified transform.
| |
| RemoveParameter |
Removes the specified parameter.
| |
| RemoveTransform |
Removes the specified transform from the process definition.
When the current transform has connected inputs and outputs, the process
will try to automatically connect upstream transforms to downstream transforms.
When the transform has parameterized settings, the removal operation is canceled
unless removeAssociatedParameters is set to .
| |
| ResetTransformElementName |
Resets the user defined flag for the element name, allowing the element name to be change automatically by the system.
|