摘要:
MetadataType的使用,MVC的Model层数据验证指定要与数据模型类关联的元数据类using System.ComponentModel.DataAnnotations;//指定要与数据模型类关联的元数据类 [MetadataType(typeof(Product_MetaData))] public partial class Product { public Product() { this.ProductGuid = Guid.NewGuid(); this.AddTime = DateTime.Now; } public class Product_MetaData { pu 阅读全文
posted @ 2011-07-08 10:08
Vanessa
阅读(5396)
评论(4)
推荐(2)
浙公网安备 33010602011771号