C# Class SIL.FieldWorks.FDO.DomainServices.DataMigration.DataMigration7000058

Migrate data from 7000057 to 7000058. Data migration to change Irregularly Inflected Form variant types to class LexEntryInflType (for LT-7581).
Actually, this DM will try to delete the old one and
Inheritance: IDataMigration
Exibir arquivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void

Private Methods

Method Description
AddGlossAppendIfEmpty ( IDomainObjectDTORepository dtoRepo, DomainObjectDTO dtoToChange, string glossAppend ) : void

Method Details

PerformMigration() public method

public PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void
domainObjectDtoRepository IDomainObjectDTORepository
return void