C# 클래스 SIL.FieldWorks.FDO.DomainImpl.CmTranslationFactory

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Create ( ILexExampleSentence owner, ICmPossibility translationType ) : ICmTranslation

Create a well-formed ICmTranslation which has the owner and Type property set.

Create ( IStTxtPara owner, ICmPossibility translationType ) : ICmTranslation

Create a well-formed ICmTranslation which has the owner and Type property set.

비공개 메소드들

메소드 설명
Create ( ICollection owningVector, ICmPossibility translationType ) : ICmTranslation

Do the real work for both smart Create methods.

메소드 상세

Create() 공개 메소드

Create a well-formed ICmTranslation which has the owner and Type property set.
public Create ( ILexExampleSentence owner, ICmPossibility translationType ) : ICmTranslation
owner ILexExampleSentence
translationType ICmPossibility
리턴 ICmTranslation

Create() 공개 메소드

Create a well-formed ICmTranslation which has the owner and Type property set.
public Create ( IStTxtPara owner, ICmPossibility translationType ) : ICmTranslation
owner IStTxtPara
translationType ICmPossibility
리턴 ICmTranslation