C# Class Mvvm.LaterThanPropertyAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Afficher le fichier Open project: XamlBrewer/UWP-Prism-Validation-Sample

Méthodes publiques

Méthode Description
LaterThanPropertyAttribute ( string propertyName ) : 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

LaterThanPropertyAttribute() public méthode

public LaterThanPropertyAttribute ( string propertyName ) : System
propertyName string
Résultat System