C# Class SweetVids.Core.Validation.ListMustNotBeEmptyAttribute

Inheritance: ValidationAttribute
Mostrar archivo Open project: rauhryan/sweetvids

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