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

Migrate data from 7000066 to 7000067. Remove all atributes from "Uni" element.
Inheritance: IDataMigration
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void

Remove all attributes from the "Uni"> element.

Method Details

PerformMigration() public méthode

Remove all attributes from the "Uni"> element.
public PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void
domainObjectDtoRepository IDomainObjectDTORepository
Résultat void