C# 클래스 SIL.FieldWorks.FDO.DomainServices.DataMigration.DataMigration7000011

Migrates from 7000010 to 7000011
상속: IDataMigration
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void

Updates the Data Notebook RecordTypes possibilities to use specific GUIDs.

메소드 상세

PerformMigration() 공개 메소드

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.
리턴 void