Click or drag to resize

RoutableDataRowControl Class

This is a Data Mapping row that supports routing Field Selection to another field selection. Do not use this directly. Instead, use RoutableDataRowControlTYPE, DATASOURCETYPE, FIELDTYPE.
Inheritance Hierarchy

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public abstract class RoutableDataRowControl : DataMappingRowControl

The RoutableDataRowControl type exposes the following members.

Constructors
 NameDescription
Protected methodRoutableDataRowControlInitializes a new instance of the RoutableDataRowControl class
Top
Properties
 NameDescription
Public propertyRoutedFrom Null if this is not routed from parent control, otherwise the parent control
Public propertyRoutedTo Null, unless this control has child-control for routing
Top
Methods
 NameDescription
Protected methodDispose Dispose this object.
(Overrides DataMappingRowControlDispose(Boolean))
Top
Fields
 NameDescription
Public fieldStatic memberTAG_DATASOUCEFIELDTag of Data Source Field
Public fieldStatic memberTAG_DATASOURCETag of Data Source
Public fieldStatic memberTAG_NAMETag of Name
Top
Revision History
DateVersionDescription
-2025 SP1First Release
See Also