C# Класс SIL.FieldWorks.FDO.DomainServices.DataMigration.DataMigration7000015

Migrates from 7000014 to 7000015
Наследование: IDataMigration
Показать файл Открыть проект

Открытые методы

Метод Описание
PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void

Perform one increment migration step. In this case, the migration is not related to a model change, but is a simple data change that removes the class elements in the xml. The end resujlt xml will have the top-level 'rt' element and zero, or more, property level elements.

Описание методов

PerformMigration() публичный Метод

Perform one increment migration step. In this case, the migration is not related to a model change, but is a simple data change that removes the class elements in the xml. The end resujlt xml will have the top-level 'rt' element and zero, or more, property level elements.
public PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void
domainObjectDtoRepository IDomainObjectDTORepository
Результат void