C# Class SweetVids.Core.Validation.GreaterThanZeroRule

Inheritance: IValidationRule
Afficher le fichier Open project: rauhryan/sweetvids

Méthodes publiques

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

Method Details

GreaterThanZeroRule() public méthode

public GreaterThanZeroRule ( PropertyMatch match, Accessor property ) : FubuCore.Reflection
match PropertyMatch
property Accessor
Résultat FubuCore.Reflection

Validate() public méthode

public Validate ( object target, Notification notification ) : void
target object
notification Notification
Résultat void