C# Class FluentMetadata.Rules.PropertyMustNotMatchRegexRule

Inheritance: PropertyMustMatchRegexRule
显示文件 Open project: forger/FluentMetadata

Public Methods

Method Description
IsValid ( object value ) : bool
PropertyMustNotMatchRegexRule ( string pattern ) : System

Method Details

IsValid() public method

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

PropertyMustNotMatchRegexRule() public method

public PropertyMustNotMatchRegexRule ( string pattern ) : System
pattern string
return System