C# 클래스 SweetVids.Core.Validation.GreaterThanZeroRule

상속: IValidationRule
파일 보기 프로젝트 열기: rauhryan/sweetvids

공개 메소드들

메소드 설명
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