Click or drag to resize

RoutableDataRowControlTYPE, DATASOURCETYPE, FIELDTYPE Class

This is a Data Mapping row that supports routing from a Field Selection to another Field selection.
Inheritance Hierarchy
SystemObject
  CTExtensions.ExportCore.Config.DataMappingDataMappingRowControl
    CTExtensions.ExportCore.Config.DataMappingRoutableDataRowControl
      CTExtensions.ExportCore.Config.DataMappingRoutableDataRowControlTYPE, DATASOURCETYPE, FIELDTYPE

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class RoutableDataRowControl<TYPE, DATASOURCETYPE, FIELDTYPE> : RoutableDataRowControl
where TYPE : RoutableDataRowControl<TYPE, DATASOURCETYPE, FIELDTYPE>
where DATASOURCETYPE : class
where FIELDTYPE : class

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
 NameDescription
Public methodRoutableDataRowControlTYPE, DATASOURCETYPE, FIELDTYPEInitializes a new instance of the RoutableDataRowControlTYPE, DATASOURCETYPE, FIELDTYPE class
Top
Properties
 NameDescription
Public propertyDataSource Source table. Only valid for Main Control
Public propertyDataSourceField Field of the source table. Valid for all control tyopes
Public propertyName Named used as Search Group Name
Public propertyRoutedFieldHintText A hint text added for routed controls only.
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 methodInitializeDefaults Initialize defaults
(Overrides DataMappingRowControlInitializeDefaults)
Public methodIsMappingValid This control is valid if data source field is set and it has no errors. If this control is routed from another control, then this control is not valid unless the parent control too is valid.
(Overrides DataMappingRowControlIsMappingValid)
Top
Revision History
DateVersionDescription
-2025 SP1First Release
See Also