Method | Description | |
---|---|---|
Validate ( object target, INotification notification ) : void |
Method | Description | |
---|---|---|
logMessage ( INotification notification, string message ) : void | ||
validate ( object target, object rawValue, INotification notification ) : void |
public Validate ( object target, INotification notification ) : void | ||
target | object | |
notification | INotification | |
return | void |
protected logMessage ( INotification notification, string message ) : void | ||
notification | INotification | |
message | string | |
return | void |
protected abstract validate ( object target, object rawValue, INotification notification ) : void | ||
target | object | |
rawValue | object | |
notification | INotification | |
return | void |