C# Class SIL.FieldWorks.FDO.DomainImpl.CmTranslationFactory

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Create ( ICollection owningVector, ICmPossibility translationType ) : ICmTranslation

Do the real work for both smart Create methods.

Method Details

Create() public méthode

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

Create() public méthode

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