C# Class SweetVids.Core.Validation.GreaterThanZeroRule

Inheritance: IValidationRule
Mostrar archivo Open project: rauhryan/sweetvids

Public Methods

Method Description
GreaterThanZeroRule ( PropertyMatch match, Accessor property ) : FubuCore.Reflection
Validate ( object target, Notification notification ) : void

Method Details

GreaterThanZeroRule() public method

public GreaterThanZeroRule ( PropertyMatch match, Accessor property ) : FubuCore.Reflection
match PropertyMatch
property Accessor
return FubuCore.Reflection

Validate() public method

public Validate ( object target, Notification notification ) : void
target object
notification Notification
return void