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

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

공개 메소드들

메소드 설명
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