C# Class Web.Generics.UserInterface.Validators.CpfAttribute

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
Afficher le fichier Open project: inspira/Web.Generics

Méthodes publiques

Méthode Description
CpfAttribute ( ) : System
CpfAttribute ( String messageResourceName ) : System
IsValid ( object value ) : bool

Method Details

CpfAttribute() public méthode

public CpfAttribute ( ) : System
Résultat System

CpfAttribute() public méthode

public CpfAttribute ( String messageResourceName ) : System
messageResourceName String
Résultat System

IsValid() public méthode

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