basicLanguage Methods |
The basicLanguage type exposes the following members.
| Name | Description | |
|---|---|---|
| basicKnownWordTest | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| isKnownWord |
Checks if the word was found in the dictionary
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnPropertyChanged | (Inherited from dataBindableBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| getSuggestions |
Vraca sugestije hunspellEngine-a
(Defined by basicLanguageTools.) | |
| spellCheckSample |
Proverava grupu reci - vraca broj reci koje su prosle spell check
(Defined by basicLanguageTools.) | |
| test(String, basicLanguageCheck) | Overloaded.
Univerzalni test poziv
(Defined by basicLanguageTools.) | |
| testT(String, basicLanguageCheck) | Overloaded. (Defined by basicLanguageTools.) | |
| testAndReport |
Izvršava test i vraća rezultat u obliku string reporta
(Defined by basicLanguageTools.) | |
| testBoolean | (Defined by basicLanguageTools.) |