TranslationHelper Fields |
The TranslationHelper type exposes the following members.
Name | Description | |
---|---|---|
AUTO_PARENTID |
Automatic parent ID.
| |
AUTO_SITEID |
Automatic site ID
| |
AUTO_SITENAME |
Automatic site name (Get by SiteIDs from DB).
| |
mConnection |
Connection object used to access data.
| |
NO_SITE |
No site condition for registering records.
| |
QUERY_OBJECT_TYPE_COLUMN |
Name of the computed column that contains (real) object type of current row.
Column is used in data query obtaining code names and other information based on ID and object type.
Requested object type can differ from real object type when original and related object types are defined.
| |
RECORD_CLASS_NAME_COLUMN |
Name of column with object's class name identifier in a record's DataRow.
| |
RECORD_CODE_NAME_COLUMN |
Name of column with object's code name in a record's DataRow.
| |
RECORD_GROUP_ID_COLUMN |
Name of column with object's group identifier in a record's DataRow.
| |
RECORD_GUID_COLUMN |
Name of column with object's GUID in a record's DataRow.
| |
RECORD_ID_COLUMN |
Name of column with object's identifier in a record's DataRow.
| |
RECORD_INFO_COLUMN |
Name of column with object's additional information in a record's DataRow.
| |
RECORD_OBJECT_TYPE_COLUMN |
Name of column with object's class name in a record's DataRow.
| |
RECORD_PARENT_ID_COLUMN |
Name of column with object's parent identifier in a record DataRow.
| |
RECORD_SITE_NAME_COLUMN |
Name of column with object's site name in a record's DataRow.
| |
TRANSLATION_TABLE |
Name of translation table
|