TFORMer SDK - NET
7.0
|
DSFieldMapping defines the field-mappings between a DataSource and the DataFields used in a Formlayout. More...
Public Member Functions | |
void | Dispose () |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
override string | ToString () |
Returns a string representation of the instance. | |
Properties | |
string | DataField [get, set] |
Gets/Sets the target DataField-name of the DSFieldMapping. | |
DSFieldMapping | Next [get] |
Gets the next DSFieldMapping in the DataSource. | |
string | SourceField [get, set] |
Gets/Sets the source-field name of the DSFieldMapping. |
DSFieldMapping defines the field-mappings between a DataSource and the DataFields used in a Formlayout.
void Dispose | ( | ) |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
override string ToString | ( | ) |
Returns a string representation of the instance.
string DataField [get, set] |
Gets/Sets the target DataField-name of the DSFieldMapping.
This property specifies the name of the target DataField (as used in the FormLayout), which receives the data from the source-field (see SourceField).
value | The target DataField of the DSFieldMapping |
DSFieldMapping Next [get] |
Gets the next DSFieldMapping in the DataSource.
A DataSource stores a list of DSFieldMapping objects. You can use this method to iterate through the list. To retrieve the first DataSource in the DataSource see DataSource.FirstFieldMapping.
null
string SourceField [get, set] |
Gets/Sets the source-field name of the DSFieldMapping.
This property specifies the column name of the DataSource
value | The source-field of the DSFieldMapping |
© 2006-2012 - all rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Tue Oct 23 2012 16:33:21 for TFORMer SDK - NET with doxygen 1.8.0 |