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

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

공개 메소드들

메소드 설명
Create ( System.Guid guid, ILexDb owner ) : ILexEntry

Create a new entry with the given guid owned by the given owner.

Create ( IMoMorphType morphType, ITsString tssLexemeForm, ITsString gloss, SandboxGenericMSA sandboxMSA ) : ILexEntry

Create a new entry.

Create ( IMoMorphType morphType, ITsString tssLexemeForm, string gloss, SandboxGenericMSA sandboxMSA ) : ILexEntry

Creates a new LexEntry with the given fields

Create ( LexEntryComponents entryComponents ) : ILexEntry

Create ( string entryFullForm, string senseGloss, SandboxGenericMSA msa ) : ILexEntry

Creates an entry with a form in default vernacular and a sense with a gloss in default analysis.

메소드 상세

Create() 공개 메소드

Create a new entry with the given guid owned by the given owner.
public Create ( System.Guid guid, ILexDb owner ) : ILexEntry
guid System.Guid
owner ILexDb
리턴 ILexEntry

Create() 공개 메소드

Create a new entry.
public Create ( IMoMorphType morphType, ITsString tssLexemeForm, ITsString gloss, SandboxGenericMSA sandboxMSA ) : ILexEntry
morphType IMoMorphType Type of the morph.
tssLexemeForm ITsString The TSS lexeme form.
gloss ITsString The gloss.
sandboxMSA SandboxGenericMSA The dummy MSA.
리턴 ILexEntry

Create() 공개 메소드

Creates a new LexEntry with the given fields
public Create ( IMoMorphType morphType, ITsString tssLexemeForm, string gloss, SandboxGenericMSA sandboxMSA ) : ILexEntry
morphType IMoMorphType
tssLexemeForm ITsString
gloss string string for gloss, placed in DefaultAnalysis ws
sandboxMSA SandboxGenericMSA
리턴 ILexEntry

Create() 공개 메소드

public Create ( LexEntryComponents entryComponents ) : ILexEntry
entryComponents LexEntryComponents
리턴 ILexEntry

Create() 공개 메소드

Creates an entry with a form in default vernacular and a sense with a gloss in default analysis.
public Create ( string entryFullForm, string senseGloss, SandboxGenericMSA msa ) : ILexEntry
entryFullForm string entry form including any markers
senseGloss string
msa SandboxGenericMSA
리턴 ILexEntry