Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Moneyサーバー側とクライアント側の検証を作成するカスタム データ型があります。すべてのビュー モデルのすべてのプロパティにカスタム検証属性を適用するのは面倒です。一度にすべてのプロパティに検証属性を設定する方法はありMoneyますか?
Money
MoneyタイプでIValidatableObjectを実装できます。
次に、 Validateメソッドをオーバーライドして、すべての検証を一度に実行します。
これがMSDNの例です