SuggestionProvider Class

Class that implements a generic hint provider for the TextBoxAutoComplete control.

Definition

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

Constructors

SuggestionProvider Constructor class.

Methods

GetSuggestions Gets the list of suggestions 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