dundas.data.TransformConnector Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DescriptorBase
      dundas.data.TransformConnector
 

Constructors

 
  Name Description
init Initializes the TransformConnector. Called during construction.
 
 

Properties

 
  Name Description
caption Gets or sets the caption used to represent the connector for the user.
connectedConnectorId Gets or sets the ID of the connected connector.
connectedTransformId Gets or sets the ID of the transform this is connected to.
dataFormat Gets or sets the data format of this connector.
description Gets or sets the description of this descriptor object. Inherited from dundas.data.DescriptorBase.
elements Gets or sets the elements of this connector.
elementSettings Gets or sets the settings for the element.
errorHandling Gets or sets the error handling policy for this connector.
id Gets or sets the ID of this descriptor object. Inherited from dundas.data.DescriptorBase.
isConnected Gets or sets a value indicating whether this connector is connected.
isConnectionRequired Gets or sets a value indicating whether a connection is required for this connector.
name Gets or sets the name of this descriptor object. Inherited from dundas.data.DescriptorBase.
transformElements Gets or sets the IDs of the transform elements.
transformSettings Gets or sets the settings for the transform.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.