dundas.data.ConnectorElement Class

 

Inheritance Hierarchy

 
Class
   dundas.data.DescriptorBase
      dundas.data.ConnectorElement
 

Constructors

 
  Name Description
init Initializes the ConnectorElement. Called during construction.
 
 

Properties

 
  Name Description
analysisElementCategory Gets or sets the analysis element Category.
analysisElementUniqueName Gets or sets the analysis element generated from this connector element in an output transform.
dataType Gets the element data type.
dependencies Gets or sets the dependency elements GUIDs.
description Gets or sets the description of this descriptor object. Inherited from dundas.data.DescriptorBase.
id Gets or sets the ID of this descriptor object. Inherited from dundas.data.DescriptorBase.
isSelected Gets or sets whether this connector is selected.
name Gets or sets the name of this descriptor object. Inherited from dundas.data.DescriptorBase.
nativeElementName Gets or sets the name of the native element at the root of this element.
nativeStructureName Gets or sets the name of the native structure at the root of this element.
parameter Gets or sets the parameter.
settingValues Gets or sets the setting values.
upstreamConnectorId Gets or sets the upstream connector ID
usage Gets or sets the usage type.
 
 

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.