C# Class KompShopMVVM.KompShop.Helper.LaterThanTodayPropertyAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Exibir arquivo Open project: ooad-2015-2016/Obavijesti

Public Methods

Method Description
LaterThanTodayPropertyAttribute ( ) : System

Protected Methods

Method Description
IsValid ( object value, System.ComponentModel.DataAnnotations.ValidationContext obj ) : System.ComponentModel.DataAnnotations.ValidationResult

Method Details

IsValid() protected method

protected IsValid ( object value, System.ComponentModel.DataAnnotations.ValidationContext obj ) : System.ComponentModel.DataAnnotations.ValidationResult
value object
obj System.ComponentModel.DataAnnotations.ValidationContext
return System.ComponentModel.DataAnnotations.ValidationResult

LaterThanTodayPropertyAttribute() public method

public LaterThanTodayPropertyAttribute ( ) : System
return System