C# Class HermaFx.DataAnnotations.RequiredIfEmptyAttribute

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

Méthodes publiques

Méthode Description
IsValid ( object value, object dependentValue, object container ) : bool
RequiredIfEmptyAttribute ( 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

RequiredIfEmptyAttribute() public méthode

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