C# Class SIL.FieldWorks.ParatextLexiconPlugin.LexemeKey

Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
LexemeKey ( LexemeType type, string lexicalForm ) : System
LexemeKey ( LexemeType type, string lexicalForm, int homograph ) : System
LexemeKey ( string id ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LexemeKey() public method

public LexemeKey ( LexemeType type, string lexicalForm ) : System
type LexemeType
lexicalForm string
return System

LexemeKey() public method

public LexemeKey ( LexemeType type, string lexicalForm, int homograph ) : System
type LexemeType
lexicalForm string
homograph int
return System

LexemeKey() public method

public LexemeKey ( string id ) : System
id string
return System

ToString() public method

public ToString ( ) : string
return string