Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Database First Import
Message
De
11/01/2013 04:50:12
 
 
À
10/01/2013 16:32:50
Joel Leach
Memorial Business Systems, Inc.
Tennessie, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
MVC
Versions des environnements
Environment:
C# 5.0
Database:
MS SQL Server
Divers
Thread ID:
01562068
Message ID:
01562100
Vues:
42
>I'm getting my feet wet with ASP.NET MVC. I'm using MVC4, VS2012, and MVC Scaffolding. I pulled in an existing database using the provided wizard. The generated model does not include annotations like [MaxLength] or [Required]. Did I miss something or is that not a feature of the wizard? Seems like a pretty big missing feature if you ask me. Without it, I have to enter all the annotations manually if I want MVC to do the validations.

You will need to add a partial class and a metadata class :http://msdn.microsoft.com/en-us/library/cc488527(v=vs.100).aspx

Seems like a lot of hassle but if it was not done this way then you would lose any custom validation attributes when the model rebuilds...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform