TextSuggestionProviderAsync Class

Class that implements a generic asynchronous 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 TextSuggestionProviderAsync : ITextSuggestionProviderAsync
Inheritance
Object    TextSuggestionProviderAsync
Implements
ITextSuggestionProviderAsync

Constructors

TextSuggestionProviderAsync Constructor class.

Methods

GetSuggestionAsync 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