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

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

공개 메소드들

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

Deletes unused fields in UserViewField.

비공개 메소드들

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

Removes the specified field.

메소드 상세

PerformMigration() 공개 메소드

Deletes unused fields in UserViewField.
public PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void
domainObjectDtoRepository IDomainObjectDTORepository Repository of all CmObject DTOs available for /// one migration step.
리턴 void