C# 클래스 SIL.FieldWorks.ParatextLexiconPlugin.FdoWordformLexeme.WfiGlossLexiconSense

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddGloss ( string language, string text ) : LanguageText
Equals ( object obj ) : bool
GetHashCode ( ) : int
RemoveGloss ( string language ) : void
WfiGlossLexiconSense ( FdoLexicon lexicon, LexemeKey lexemeKey, IWfiGloss gloss ) : System

메소드 상세

AddGloss() 공개 메소드

public AddGloss ( string language, string text ) : LanguageText
language string
text string
리턴 LanguageText

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RemoveGloss() 공개 메소드

public RemoveGloss ( string language ) : void
language string
리턴 void

WfiGlossLexiconSense() 공개 메소드

public WfiGlossLexiconSense ( FdoLexicon lexicon, LexemeKey lexemeKey, IWfiGloss gloss ) : System
lexicon FdoLexicon
lexemeKey LexemeKey
gloss IWfiGloss
리턴 System