C# Class HermaFx.DataAnnotations.RequiredIfEmptyAttribute

Inheritance: ContingentValidationAttribute
Datei anzeigen Open project: evicertia/HermaFx

Public Methods

Method Description
IsValid ( object value, object dependentValue, object container ) : bool
RequiredIfEmptyAttribute ( string dependentProperty ) : System

Method Details

IsValid() public method

public IsValid ( object value, object dependentValue, object container ) : bool
value object
dependentValue object
container object
return bool

RequiredIfEmptyAttribute() public method

public RequiredIfEmptyAttribute ( string dependentProperty ) : System
dependentProperty string
return System