C# Class FluentMetadata.Rules.Rule

Inheritance: IRule
Afficher le fichier Open project: forger/FluentMetadata Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
FormatErrorMessage ( string name ) : string
GetHashCode ( ) : int
IsValid ( object value ) : bool

Méthodes protégées

Méthode Description
EqualsRule ( Rule rule ) : bool
Rule ( string errorMessageFormat ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

EqualsRule() protected abstract méthode

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

FormatErrorMessage() public abstract méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsValid() public abstract méthode

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

Rule() protected méthode

protected Rule ( string errorMessageFormat ) : System
errorMessageFormat string
Résultat System