C# Класс SweetVids.Core.Validation.GreaterThanZeroRule

Наследование: IValidationRule
Показать файл Открыть проект

Открытые методы

Метод Описание
GreaterThanZeroRule ( PropertyMatch match, Accessor property ) : FubuCore.Reflection
Validate ( object target, Notification notification ) : void

Описание методов

GreaterThanZeroRule() публичный Метод

public GreaterThanZeroRule ( PropertyMatch match, Accessor property ) : FubuCore.Reflection
match PropertyMatch
property Accessor
Результат FubuCore.Reflection

Validate() публичный Метод

public Validate ( object target, Notification notification ) : void
target object
notification Notification
Результат void