C# Class SweetVids.Core.Validation.ValidationAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: rauhryan/sweetvids

Public Methods

Method Description
Validate ( object target, INotification notification ) : void

Protected Methods

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

Method Details

Validate() public method

public Validate ( object target, INotification notification ) : void
target object
notification INotification
return void

logMessage() protected method

protected logMessage ( INotification notification, string message ) : void
notification INotification
message string
return void

validate() protected abstract method

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