C# Class FluentMetadata.Rules.EqualToRule

Inheritance: Rule
Afficher le fichier Open project: forger/FluentMetadata

Méthodes publiques

Méthode Description
EqualToRule ( string errorMessageFormat ) : System
FormatErrorMessage ( string name ) : string
IsValid ( object value ) : bool

Méthodes protégées

Méthode Description
EqualsRule ( Rule rule ) : bool

Method Details

EqualToRule() public méthode

public EqualToRule ( string errorMessageFormat ) : System
errorMessageFormat string
Résultat System

EqualsRule() protected méthode

protected EqualsRule ( Rule rule ) : bool
rule Rule
Résultat bool

FormatErrorMessage() public méthode

public FormatErrorMessage ( string name ) : string
name string
Résultat string

IsValid() public méthode

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