C# 클래스 LitDev.LDDictionary

파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetDefinition string

공개 메소드들

메소드 설명
GetDefinition ( Primitive word ) : Primitive

Gets the definition of a word, in English.

GetDefinitionInFrench ( Primitive word ) : Primitive

Gets the definition of a word, in French.

GetDefinitionInSpanish ( Primitive word ) : Primitive

Gets the definition of a word, in Spanish.

비공개 메소드들

메소드 설명
GetDefinition ( string word, string serviceCode, string langGuid ) : string

메소드 상세

GetDefinition() 공개 정적인 메소드

Gets the definition of a word, in English.
public static GetDefinition ( Primitive word ) : Primitive
word Primitive /// The word to define. ///
리턴 Primitive

GetDefinitionInFrench() 공개 정적인 메소드

Gets the definition of a word, in French.
public static GetDefinitionInFrench ( Primitive word ) : Primitive
word Primitive /// The word to define. ///
리턴 Primitive

GetDefinitionInSpanish() 공개 정적인 메소드

Gets the definition of a word, in Spanish.
public static GetDefinitionInSpanish ( Primitive word ) : Primitive
word Primitive /// The word to define. ///
리턴 Primitive