C# Class HermaFx.DataAnnotations.RequiredIfNotEmptyAttribute

Inheritance: ContingentValidationAttribute
Datei anzeigen Open project: evicertia/HermaFx

Public Methods

Method Description
IsValid ( object value, object dependentValue, object container ) : bool
RequiredIfNotEmptyAttribute ( 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

RequiredIfNotEmptyAttribute() public method

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