C# Class FluentMetadata.Rules.RequiredRule

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
EqualsRule ( Rule rule ) : bool

Method Details

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

RequiredRule() public méthode

public RequiredRule ( ) : System
Résultat System