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

Migrate data from 7000056 to 7000057. Data migration to change Irregularly Inflected Form variant types to class LexEntryInflType (for LT-7581).
Actually, this DM will try to delete the old one and
상속: IDataMigration
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
ChangeClassOfOwnerAndChildren ( IDomainObjectDTORepository dtoRepo, DomainObjectDTO dtoToChange, string oldClassname, string newClassname ) : void
PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void

비공개 메소드들

메소드 설명
TryChangeOwnerClass ( IDomainObjectDTORepository dtoRepo, DomainObjectDTO dtoToChange, string oldClassname, string newClassname ) : bool

메소드 상세

ChangeClassOfOwnerAndChildren() 공개 메소드

public ChangeClassOfOwnerAndChildren ( IDomainObjectDTORepository dtoRepo, DomainObjectDTO dtoToChange, string oldClassname, string newClassname ) : void
dtoRepo IDomainObjectDTORepository
dtoToChange DomainObjectDTO
oldClassname string
newClassname string
리턴 void

PerformMigration() 공개 메소드

public PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void
domainObjectDtoRepository IDomainObjectDTORepository
리턴 void