TransformConnectorData Class

The JSON DTO class for IFlattenTransform.
Inheritance Hierarchy

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[DataContractAttribute]
public class TransformConnectorData : DescriptorBaseData

The TransformConnectorData type exposes the following members.

Constructors
  NameDescription
Public methodTransformConnectorData
Initializes a new instance of the TransformConnectorData class.
Top
Properties
  NameDescription
Public propertyCaption
Gets the caption to identify this connector for the user.
Public propertyConnectedConnectorId
Gets or sets the ID of the connected connector.
Public propertyConnectedTransformId
Gets or sets the ID of the connected transform.
Public propertyDataFormat
Gets the data format.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBaseData.)
Public propertyElements
Gets the connector elements.
Public propertyElementSettings
Gets the element settings.
Public propertyErrorHandling
Gets the error handling type.
Public propertyId
Gets the object ID.
(Inherited from DescriptorBaseData.)
Public propertyIsConnected
Gets a value indicating whether this instance is connected.
Public propertyIsConnectionRequired
Gets a value indicating whether this instance is connection required.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBaseData.)
Public propertyTransformElements
Gets the group of ConnectorElements belonging to the current instance, elements that are used to set the proper transform functionality.
Public propertyTransformSettings
Gets the transform settings applicable to this instance.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between the business object and the DTO.
Public methodStatic memberToEntityMappings
The mapping between the business object and the DTO.
Top
See Also