C# Class Manos.Mvc.ModelState

Afficher le fichier Open project: toptensoftware/manos Class Usage Examples

Méthodes publiques

Méthode Description
AddModelError ( string key, string message ) : void
GetValue ( string key ) : ModelValue
IsFieldValid ( string key ) : bool
ModelState ( ) : System

Method Details

AddModelError() public méthode

public AddModelError ( string key, string message ) : void
key string
message string
Résultat void

GetValue() public méthode

public GetValue ( string key ) : ModelValue
key string
Résultat ModelValue

IsFieldValid() public méthode

public IsFieldValid ( string key ) : bool
key string
Résultat bool

ModelState() public méthode

public ModelState ( ) : System
Résultat System