C# Class HermaFx.DataAnnotations.ShouldBeAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Datei anzeigen Open project: evicertia/HermaFx

Public Methods

Method Description
IsValid ( object value ) : bool
ShouldBeAttribute ( object expected ) : System

Method Details

IsValid() public method

public IsValid ( object value ) : bool
value object
return bool

ShouldBeAttribute() public method

public ShouldBeAttribute ( object expected ) : System
expected object
return System