C# Class LitDev.LDDictionary

Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Private Properties

Свойство Type Description
GetDefinition string

Méthodes publiques

Méthode 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

Méthode Description
GetDefinition ( string word, string serviceCode, string langGuid ) : string

Method Details

GetDefinition() public static méthode

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

GetDefinitionInFrench() public static méthode

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

GetDefinitionInSpanish() public static méthode

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