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

Migrates from 7000010 to 7000011
Inheritance: IDataMigration
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void

Updates the Data Notebook RecordTypes possibilities to use specific GUIDs.

Method Details

PerformMigration() public méthode

Updates the Data Notebook RecordTypes possibilities to use specific GUIDs.
public PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void
domainObjectDtoRepository IDomainObjectDTORepository Repository of all CmObject DTOs available for one migration step.
Résultat void