C# Class Mvvm.LaterThanPropertyAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Datei anzeigen Open project: XamlBrewer/UWP-Prism-Validation-Sample

Public Methods

Method Description
LaterThanPropertyAttribute ( string propertyName ) : 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

LaterThanPropertyAttribute() public method

public LaterThanPropertyAttribute ( string propertyName ) : System
propertyName string
return System