C# Class SweetVids.Core.Validation.ValidationAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: rauhryan/sweetvids

Méthodes publiques

Méthode Description
Validate ( object target, INotification notification ) : void

Méthodes protégées

Méthode Description
logMessage ( INotification notification, string message ) : void
validate ( object target, object rawValue, INotification notification ) : void

Method Details

Validate() public méthode

public Validate ( object target, INotification notification ) : void
target object
notification INotification
Résultat void

logMessage() protected méthode

protected logMessage ( INotification notification, string message ) : void
notification INotification
message string
Résultat void

validate() protected abstract méthode

protected abstract validate ( object target, object rawValue, INotification notification ) : void
target object
rawValue object
notification INotification
Résultat void