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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

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

Method Details

Create() public méthode

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
Résultat ILexEntry

Create() public méthode

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.
Résultat ILexEntry

Create() public méthode

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
Résultat ILexEntry

Create() public méthode

public Create ( LexEntryComponents entryComponents ) : ILexEntry
entryComponents LexEntryComponents
Résultat ILexEntry

Create() public méthode

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
Résultat ILexEntry