2012-04-10 46 views
4

是否有.NET庫System.ComponentModel.DataAnnotations的備忘單?System.ComponentModel.DataAnnotations備忘單?

這是用於標記ASP.NET MVC 3 Model類的庫。

例如:

[Required] 
[MaxLength(20)] 
[Display(Name = "Asset")] 
public string AssetNumber { get; set; } 

    [Required] 
    public int StatusID { get; set; } 

回答

2
+0

我想簡單參考表迅速在樣品一目瞭然。 MSDN文檔是進行更詳細的撰寫的極好來源。 – 2012-04-10 14:46:31

+0

你還需要什麼?所有屬性都以相同的方式執行。刪除名稱的屬性,然後使用構造函數和/或屬性 – 2012-04-10 14:54:20

+2

http://system-arts-en.blogspot.com/2014/05/entity-framework-dataannotations-cheat.html – Crismogram 2015-03-20 01:06:05