C# Class HermaFx.DataAnnotations.RequiredIfNotEmptyAttribute

Inheritance: ContingentValidationAttribute
Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

Méthode Description
IsValid ( object value, object dependentValue, object container ) : bool
RequiredIfNotEmptyAttribute ( string dependentProperty ) : System

Method Details

IsValid() public méthode

public IsValid ( object value, object dependentValue, object container ) : bool
value object
dependentValue object
container object
Résultat bool

RequiredIfNotEmptyAttribute() public méthode

public RequiredIfNotEmptyAttribute ( string dependentProperty ) : System
dependentProperty string
Résultat System