C# Класс SIL.FieldWorks.FDO.DomainImpl.CmTranslationFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
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