Click or drag to resize

RoutableDataTableEXTENSION, CTRL, SETTINGS, CORETYPE, DATASOURCETYPE, FIELDTYPE Methods

The RoutableDataTableEXTENSION, CTRL, SETTINGS, CORETYPE, DATASOURCETYPE, FIELDTYPE type exposes the following members.

Methods
 NameDescription
Protected methodApplyChanges Saves settings / Creates new objects / renames existing object etc.
Protected methodCanAddNewBinding Check that this row is fully defined and so a new binding row cam be automatically added.
(Overrides DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSCanAddNewBinding)
Public methodClearCaches Clear cached selectable fields and sources.
(Overrides DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSClearCaches)
Protected methodCreateColumnControls Create your columns.
(Overrides DataMappingTableCreateColumnControls)
Protected methodCreateRoutedMapping Creates new routed mapping
Protected methodDataSourceOfField Return source datasource for given field
Protected methodDeleteSettings Delete the CTObject if any. This is called by the framework, you should not!
(Overrides DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSDeleteSettings(SETTINGS))
Protected methodGetAllDatasouces Return everything that is selectable as a data source.
Protected methodGetFieldsOfTable Returns all selectable fields of given datasource.
Protected methodGetObjectHandler Get the Object data handler.
Protected methodGetRoutedFields Returns all routing selectable fields of given datasource. The datasource is obtained using RoutingDatasoureFromField(FIELDTYPE) from the source field.
Protected methodGetSuggestedName Provide "base name" to use for new objects, based on datasource
Protected methodInitNewBinding Initializes properties of newly created binding.
(Overrides DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSInitNewBinding(ROWCONTROLTYPE))
Protected methodIsRoutableSelection return true if given selection is routable to secondary field selection.
Public methodPropertyChanged Event handler for Property Change
(Overrides DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSPropertyChanged(DataMappingRowControl, String))
Public methodRefreshComboContent Event handler for when user opens a combo droplist.
(Overrides DataMappingTableRefreshComboContent(DataMappingRowControl, String))
Protected methodRouteString Provide the string set to RoutedFieldHintText; e.g. "<fromField>.Name -> <toSource>.Name :"
Protected methodRoutingDatasoureFromField Return the routing datasource for the field. This function must return valid datasource if IsRoutableSelection(FIELDTYPE) for field is true.
Protected methodSettingsIsNewsettings is new, if it has CTObject.
(Overrides DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSSettingsIsNew(SETTINGS))
Top
See Also