Initializes a new instance of the EntityDataAnnotationProvider class.

Namespace:  Mindscape.LightSpeed.DataAnnotations
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public EntityDataAnnotationProvider(
	TypeDescriptionProvider innerProvider
)
Visual Basic (Declaration)
Public Sub New ( _
	innerProvider As TypeDescriptionProvider _
)

Parameters

innerProvider
Type: System.ComponentModel..::.TypeDescriptionProvider
An optional provider with which to compose the EntityDataAnnotationProvider.

See Also