this describes a column of a table
More...
|
string | strNameDotNet [get, set] |
| property for dynamically calculating the .net name for the column More...
|
|
this describes a column of a table
◆ TTableField() [1/2]
Ict.Tools.DBXML.TTableField.TTableField |
( |
| ) |
|
|
inline |
◆ TTableField() [2/2]
Ict.Tools.DBXML.TTableField.TTableField |
( |
TTableField |
t | ) |
|
|
inline |
copy constructor
- Parameters
-
◆ GetDotNetType()
string Ict.Tools.DBXML.TTableField.GetDotNetType |
( |
| ) |
|
|
inline |
get the fitting type in dot net for the field
- Returns
◆ ToOdbcType()
OdbcType Ict.Tools.DBXML.TTableField.ToOdbcType |
( |
| ) |
|
|
inline |
convert the type from the xml file to an ODBC type
◆ ToOdbcTypeString()
string Ict.Tools.DBXML.TTableField.ToOdbcTypeString |
( |
| ) |
|
|
inline |
convert the type from the xml file to an ODBC type
◆ bAutoIncrement
Boolean Ict.Tools.DBXML.TTableField.bAutoIncrement |
will this field automatically have a unique value
◆ bAvailableForCustomReport
Boolean Ict.Tools.DBXML.TTableField.bAvailableForCustomReport |
is this field available for use in custom report
◆ bNotNull
Boolean Ict.Tools.DBXML.TTableField.bNotNull |
◆ bPartOfFirstUniqueKey
bool Ict.Tools.DBXML.TTableField.bPartOfFirstUniqueKey = false |
is this field part of the first unique key of the table
◆ bPartOfPrimKey
bool Ict.Tools.DBXML.TTableField.bPartOfPrimKey = false |
is this field part of the primary key of the table
◆ ExistsStrCheck
Boolean Ict.Tools.DBXML.TTableField.ExistsStrCheck |
has a check been defined?
◆ ExistsStrColLabel
Boolean Ict.Tools.DBXML.TTableField.ExistsStrColLabel |
whether there exists a label for the column when it is displayed in a grid
◆ ExistsStrHelp
Boolean Ict.Tools.DBXML.TTableField.ExistsStrHelp |
◆ ExistsStrInitialValue
Boolean Ict.Tools.DBXML.TTableField.ExistsStrInitialValue |
whether there exists an initial value
◆ ExistsStrLabel
Boolean Ict.Tools.DBXML.TTableField.ExistsStrLabel |
whether there exists a label for this column (eg. in front of a text field)
◆ iCharLength
Int32 Ict.Tools.DBXML.TTableField.iCharLength |
number of characters; if it does not exists, it is calculated from strFormat
◆ iDecimals
int Ict.Tools.DBXML.TTableField.iDecimals |
how many decimals does the number have (allowed places after the decimal point)
◆ iLength
int Ict.Tools.DBXML.TTableField.iLength |
◆ iOrder
Int32 Ict.Tools.DBXML.TTableField.iOrder |
the order of this field in the table
◆ strCheck
String Ict.Tools.DBXML.TTableField.strCheck |
special check for enforcing certain conditions; not used at the moment
◆ strColLabel
string Ict.Tools.DBXML.TTableField.strColLabel |
a label that is used when this column is displayed in a grid; can be used for GUI generation
◆ strDefault
string Ict.Tools.DBXML.TTableField.strDefault |
this is calculated from strInitialValue and strFormat
◆ strDescription
string Ict.Tools.DBXML.TTableField.strDescription |
description of this column
◆ strFormat
string Ict.Tools.DBXML.TTableField.strFormat |
a format; used to be in Progress notation
◆ strHelp
string Ict.Tools.DBXML.TTableField.strHelp |
help for this column for the user
◆ strInitialValue
string Ict.Tools.DBXML.TTableField.strInitialValue |
this is taken from petra.xml
◆ strLabel
string Ict.Tools.DBXML.TTableField.strLabel |
label for this column; could be used by GUI generator
◆ strName
string Ict.Tools.DBXML.TTableField.strName |
◆ strSequence
string Ict.Tools.DBXML.TTableField.strSequence |
name of the sequence that is used to fill this field
◆ strTableName
string Ict.Tools.DBXML.TTableField.strTableName |
the name of the table, that this column belongs to
◆ strType
string Ict.Tools.DBXML.TTableField.strType |
◆ strTypeDotNet
string Ict.Tools.DBXML.TTableField.strTypeDotNet |
.net type that should be used for this column
◆ strValExp
string Ict.Tools.DBXML.TTableField.strValExp |
can be used to define input validation (not used at the moment)
◆ strValMsg
string Ict.Tools.DBXML.TTableField.strValMsg |
can be used to define input validation, and show an error message (not used at the moment)
◆ strNameDotNet
string Ict.Tools.DBXML.TTableField.strNameDotNet |
|
getset |
property for dynamically calculating the .net name for the column
The documentation for this class was generated from the following file: