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

Inheritance: System.ComponentModel.DataAnnotations.ValidationAttribute
ファイルを表示 Open project: inspira/Web.Generics

Public Methods

Method Description
CpfAttribute ( ) : System
CpfAttribute ( String messageResourceName ) : System
IsValid ( object value ) : bool

Method Details

CpfAttribute() public method

public CpfAttribute ( ) : System
return System

CpfAttribute() public method

public CpfAttribute ( String messageResourceName ) : System
messageResourceName String
return System

IsValid() public method

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