C# Class KompShopMVVM.KompShop.Helper.LaterThanTodayPropertyAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Afficher le fichier Open project: ooad-2015-2016/Obavijesti

Méthodes publiques

Méthode Description
LaterThanTodayPropertyAttribute ( ) : System

Méthodes protégées

Méthode Description
IsValid ( object value, System.ComponentModel.DataAnnotations.ValidationContext obj ) : System.ComponentModel.DataAnnotations.ValidationResult

Method Details

IsValid() protected méthode

protected IsValid ( object value, System.ComponentModel.DataAnnotations.ValidationContext obj ) : System.ComponentModel.DataAnnotations.ValidationResult
value object
obj System.ComponentModel.DataAnnotations.ValidationContext
Résultat System.ComponentModel.DataAnnotations.ValidationResult

LaterThanTodayPropertyAttribute() public méthode

public LaterThanTodayPropertyAttribute ( ) : System
Résultat System