C# Class FluentMetadata.Rules.PropertyMustNotMatchRegexRule

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

Méthodes publiques

Méthode Description
IsValid ( object value ) : bool
PropertyMustNotMatchRegexRule ( string pattern ) : System

Method Details

IsValid() public méthode

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

PropertyMustNotMatchRegexRule() public méthode

public PropertyMustNotMatchRegexRule ( string pattern ) : System
pattern string
Résultat System