C# Class EventServer.Core.ViewModels.CustomValidatorAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Afficher le fichier Open project: roundtable/EventServer

Méthodes publiques

Méthode Description
CustomValidatorAttribute ( string method, string errorMessage ) : System
IsValid ( object value ) : bool

Method Details

CustomValidatorAttribute() public méthode

public CustomValidatorAttribute ( string method, string errorMessage ) : System
method string
errorMessage string
Résultat System

IsValid() public méthode

public IsValid ( object value ) : bool
value object
Résultat bool