C# Class LitDev.LDDictionary

Show file Open project: litdev1/LitDev Class Usage Examples

Private Properties

Property Type Description
GetDefinition string

Public Methods

Method Description
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.

Private Methods

Method Description
GetDefinition ( string word, string serviceCode, string langGuid ) : string

Method Details

GetDefinition() public static method

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

GetDefinitionInFrench() public static method

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

GetDefinitionInSpanish() public static method

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