C# Class Framework.Mvc.ElementsTypes.Custom.BirthdateAttribute

Describes birtdate element type.
Inheritance: Framework.Mvc.ElementsTypes.Generic.DateAttribute
Mostra file Open project: coreframework/Core-Framework

Public Methods

Method Description
Validate ( ModelStateDictionary modelState, string name, string value ) : void

Validates the specified element.

Method Details

Validate() public method

Validates the specified element.
public Validate ( ModelStateDictionary modelState, string name, string value ) : void
modelState ModelStateDictionary State of the model.
name string The element name.
value string The element value.
return void