TextSuggestionProvider Class

Class that implements a synchronous generic suggestion provider for a text box.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class TextSuggestionProvider : ITextSuggestionProvider
Inheritance
Object    TextSuggestionProvider
Implements
ITextSuggestionProvider

Constructors

TextSuggestionProvider Constructor class.

Methods

GetSuggestion Gets the string with the suggestion according to the indicated filter.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also