我有「價格」和「折扣」字段和ServiceLanguage與「名」和「說明」字段的表服務。在查看我使用ServiceLanguage作爲模型。所以我創建了一個用於驗證的分類。ASP.NET MVC 3驗證
public string Name { get; set; }
public string Description { get; set; }
這個工作起作用。但我還需要確認價格和折扣
public expm_Service expm_Service.MaxDiscount{ get; set; }
public expm_Service expm_Service.Price { get; set; }
,這不起作用馬麗娟。問題是:
錯誤1修改「公共」是不是 適用於該項目
我如何可以驗證價格和折扣?任何幫助?
你能改一下你的問題好? – 2011-04-05 10:40:46