 | RoutableDataRowControlTYPE, DATASOURCETYPE, FIELDTYPE Class |
This is a Data Mapping row that supports routing from a Field Selection to another Field selection.
Inheritance Hierarchy Namespace: CTExtensions.ExportCore.Config.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic class RoutableDataRowControl<TYPE, DATASOURCETYPE, FIELDTYPE> : RoutableDataRowControl
where TYPE : RoutableDataRowControl<TYPE, DATASOURCETYPE, FIELDTYPE>
where DATASOURCETYPE : class
where FIELDTYPE : class
Public Class RoutableDataRowControl(Of TYPE As RoutableDataRowControl(Of TYPE, DATASOURCETYPE, FIELDTYPE), DATASOURCETYPE As Class, FIELDTYPE As Class)
Inherits RoutableDataRowControl
Type Parameters
- TYPE
- Type of your object that inherits this class.
- DATASOURCETYPE
- Type of DataSource
- FIELDTYPE
- Type of DataSourceField
The RoutableDataRowControlTYPE, DATASOURCETYPE, FIELDTYPE type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | DataSource |
Source table. Only valid for Main Control
|
 | DataSourceField |
Field of the source table. Valid for all control tyopes
|
 | Name |
Named used as Search Group Name
|
 | RoutedFieldHintText |
A hint text added for routed controls only.
|
 | RoutedFrom |
Null if this is not routed from parent control, otherwise the parent control
|
 | RoutedTo |
Null, unless this control has child-control for routing
|
Top
Methods
Revision HistoryDate | Version | Description |
---|
- | 2025 SP1 | First Release |
See Also