mvc Attribute NotMapped DisplayName Required 等介紹

來源:互聯網
上載者:User

標籤:

各個屬性添加各自的Attribute,來對屬性進行約束;在理想狀態下,我們的介面甚至不用手動添加屬性的描述性文字

在使用Attribute時,需要引入以下命名空間

using System.ComponentModel;using System.ComponentModel.DataAnnotations;

常用Attribute

Required:

指定為必要欄位,即指定資料庫對應的列不允許為 null 值

StringLength:

指定欄位的長度範圍,最小長度

NotMapped:

沒有對應關係,即此欄位不會在資料庫中產生對應的列

Key:

指定對應資料庫中為主鍵欄位

DisplayName:

屬性顯示的名稱

DataType:

指定要與資料欄位關聯的附加類型的名稱,有個名字為DataType的枚舉,用來指定資料類型,並會對其建立對應的驗證規則和產生方式

 

 

 

 

 

 

 

 

 

 

轉載

常用Attribute

Required:

指定為必要欄位,即指定資料庫對應的列不允許為 null 值

StringLength:

指定欄位的長度範圍,最小長度

NotMapped:

沒有對應關係,即此欄位不會在資料庫中產生對應的列

Key:

指定對應資料庫中為主鍵欄位

DisplayName:

屬性顯示的名稱

DataType:

指定要與資料欄位關聯的附加類型的名稱,有個名字為DataType的枚舉,用來指定資料類型,並會對其建立對應的驗證規則和產生方式

mvc Attribute NotMapped DisplayName Required 等介紹

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.