C# Class HermaFx.DataAnnotations.MaxElementsAttribute

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

Public Methods

Method Description
IsValid ( object value ) : bool
MaxElementsAttribute ( uint elements ) : System

Private Methods

Method Description
GetErrorMessage ( uint elements ) : string

Method Details

IsValid() public method

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

MaxElementsAttribute() public method

public MaxElementsAttribute ( uint elements ) : System
elements uint
return System