C# Class SIL.FieldWorks.ParatextLexiconPlugin.FdoLexEntryLexeme

Inheritance: Lexeme
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
AddSense ( ) : LexiconSense
Equals ( object obj ) : bool
FdoLexEntryLexeme ( FdoLexicon lexicon, LexemeKey key ) : System
GetHashCode ( ) : int
RemoveSense ( LexiconSense sense ) : void
ToString ( ) : string

Private Methods

Méthode Description
GetLexReferenceName ( ILexEntry lexEntry, ILexReference lexRef, ILexEntry &parentEntry ) : string

Method Details

AddSense() public méthode

public AddSense ( ) : LexiconSense
Résultat LexiconSense

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FdoLexEntryLexeme() public méthode

public FdoLexEntryLexeme ( FdoLexicon lexicon, LexemeKey key ) : System
lexicon FdoLexicon
key LexemeKey
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

RemoveSense() public méthode

public RemoveSense ( LexiconSense sense ) : void
sense LexiconSense
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string