AsyncResourceProvider Class

Class that implements a generic asynchronous resource provider for the TextBoxValidation control.

Definition

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

Constructors

AsyncResourceProvider Constructor class.

Methods

GetString Get the string resource value for the specified resource name or key.

Extension Methods

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

See Also