日別アーカイブ: 2012/12/06

DataAnnotations のデータ検証アトリビュートを利用できる ViewModelBase を書いてみました

データ検証を実装しようとするときに、System.ComponentModel.DataAnnotations 名前空間の Required や Range が利用できると便利ですよね。そこで、DataAnnotations のデータ検証アトリビュートを利用できる「ValidationViewModelBase」を書いてみました。 続きを読む DataAnnotations のデータ検証アトリビュートを利用できる ViewModelBase を書いてみました