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

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

공개 메소드들

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

Changes Chart 'missing' markers from invalid ConstChartWordGroup references to ConstChartTag objects with null Tag property.

비공개 메소드들

메소드 설명
RemoveField ( DomainObjectDTO dto, System.Xml.Linq.XElement objElement, string fieldToDelete ) : void

Removes the specified field.

메소드 상세

PerformMigration() 공개 메소드

Changes Chart 'missing' markers from invalid ConstChartWordGroup references to ConstChartTag objects with null Tag property.
public PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void
domainObjectDtoRepository IDomainObjectDTORepository Repository of all CmObject DTOs available for /// one migration step.
리턴 void