ContinuousIntegrationTranslationHelper Methods |
The ContinuousIntegrationTranslationHelper type exposes the following members.
Name | Description | |
---|---|---|
AddIDTranslation |
Adds the ID translation to the translation table.
(Inherited from TranslationHelper.) | |
ChangeCodeName |
Changes the object code name in the table.
(Inherited from TranslationHelper.) | |
Clear |
Clears the whole cache.
(Overrides TranslationHelperClear.) | |
FilterExistingRecords |
Filters the existing records from the given array.
(Inherited from TranslationHelper.) | |
GetCodeName(String, Int32) |
Returns the code name of the specified object.
(Inherited from TranslationHelper.) | |
GetCodeName(String, Int32, String) |
Returns the code name of the specified object.
(Inherited from TranslationHelper.) | |
GetDefaultValue |
Gets default value.
(Inherited from TranslationHelper.) | |
GetID |
Returns the object ID for specified record.
(Inherited from TranslationHelper.) | |
GetIDWithFallback |
Returns the object ID for specified record calling GetID(TranslationParameters).
If record could not be found, method falls back to GetIDFromDB(GetIDParameters, String) and eventually registers DB object in the helper.
If neither attempt results into valid object ID, 0 is returned.
(Inherited from TranslationHelper.) | |
GetNewID(String, Int32, String, Int32, String, String, String) |
Gets the new ID for given old ID.
(Inherited from TranslationHelper.) | |
GetNewID(String, Int32, String, Int32, String, String, String, Boolean, Int32) |
Gets the new ID for given old ID.
(Inherited from TranslationHelper.) | |
GetNewIDs |
Gets the dictionary of new IDs for the given list of old IDs [oldId => [ newId, newGroupId ]]
Caches the newly retrieved items in the conversion cache
(Inherited from TranslationHelper.) | |
GetRecord(TranslationParameters) |
Gets the record specified by parameters.
(Inherited from TranslationHelper.) | |
GetRecord(String, Int32) |
Gets the record by ID.
(Inherited from TranslationHelper.) | |
GetTranslationsXml |
Gets the translations XML
(Inherited from TranslationHelper.) | |
HasRecords |
Returns true if the helper contains some records.
(Inherited from TranslationHelper.) | |
RecordExists |
Returns true if specified record exists in translation table.
(Inherited from TranslationHelper.) | |
RegisterDynamicRecords |
Registers the records from the given table.
(Inherited from TranslationHelper.) | |
RegisterRecord(BaseInfo) |
Registers the record for object ID within given translation table.
(Inherited from TranslationHelper.) | |
RegisterRecord(Int32, TranslationParameters, String) |
Registers the record within given translation table.
(Inherited from TranslationHelper.) | |
RegisterRecords(IListInt32, String, String, String) |
Registers the records from the given list.
(Inherited from TranslationHelper.) | |
RegisterRecords(String, IListInt32, String, String) |
Registers the records from the given ID list.
(Inherited from TranslationHelper.) | |
RegisterRecords(DataTable, String, String, String, String) |
Registers the records from the given table.
(Inherited from TranslationHelper.) | |
RemoveDefaultValue |
Removes default value.
(Inherited from TranslationHelper.) | |
SetDefaultValue |
Sets default value.
(Inherited from TranslationHelper.) | |
TranslateColumn(DataRow, String, String, Int32) |
Translates the DataRow column.
(Inherited from TranslationHelper.) | |
TranslateColumn(GeneralizedInfo, String, String, Int32, Boolean, Boolean) |
Translates the column value of the given info object.
(Inherited from TranslationHelper.) | |
TranslateColumn(IDataContainer, String, String, Int32, Boolean, Boolean) |
Translates the column value of the given container.
(Inherited from TranslationHelper.) | |
TranslateColumns |
Translates all reference object columns.
(Inherited from TranslationHelper.) | |
TranslateListColumn |
Translates the column value with list of IDs of the given info object.
(Inherited from TranslationHelper.) |
Name | Description | |
---|---|---|
GetForeignID |
Returns the ID of specified object.
(Defined by TranslationHelperForeignKeyExtensions.) |