ConnectorElementData Class

The DTO class for ConnectorElement.
Inheritance Hierarchy

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

The ConnectorElementData type exposes the following members.

Constructors
  NameDescription
Public methodConnectorElementData
Initializes a new instance of the ConnectorElementData class.
Top
Properties
  NameDescription
Public propertyAnalysisElementUniqueName
Gets the analysis element the current instance is the source for, if applicable.
Public propertyCaption
Gets the element's caption.
Public propertyDataFormat
Gets or sets the format which is used to define conversion rule, such as how to convert from string to date.
Public propertyDataType
Gets the element data type.
Public propertyDependencies
Gets the dependency IDs for output elements.
Public propertyDescription
Gets or sets the object description.
(Inherited from DescriptorBaseData.)
Public propertyId
Gets the object ID.
(Inherited from DescriptorBaseData.)
Public propertyIsSelected
Gets or sets a value indicating whether this instance is selected.
Public propertyName
Gets or sets the object name.
(Inherited from DescriptorBaseData.)
Public propertyNativeElementName
Gets the name of the native element.
Public propertyNativeStructureName
Gets or sets the native structure (table) name. If the name has been changed then it will return the transform name.
Public propertyParameter
The base class for parameters.
Public propertySettingValues
Gets the element setting values for the current instance.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUpstreamConnectorId
Gets or sets the upstream connector element ID.
Public propertyUsage
Gets or sets the usage type for the current instance.
Top
Methods
  NameDescription
Public methodStatic memberToDataContractMappings
The mapping between the business object and the DTO.
Public methodStatic memberToEntityMappings
The mapping from the DTO to the business object.
Top
See Also