C# Class SweetVids.Core.Validation.GreaterThanZeroAttribute

Inheritance: ValidationAttribute
Mostra file Open project: rauhryan/sweetvids Class Usage Examples

Protected Methods

Method Description
validate ( object target, object rawValue, INotification notification ) : void

Method Details

validate() protected method

protected validate ( object target, object rawValue, INotification notification ) : void
target object
rawValue object
notification INotification
return void