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

Describes birtdate element type.
Inheritance: Framework.Mvc.ElementsTypes.Generic.DateAttribute
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
Validate ( ModelStateDictionary modelState, string name, string value ) : void

Validates the specified element.

Method Details

Validate() public méthode

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.
Résultat void