/// <summary> /// Called when the object has validated the fields. /// </summary> protected virtual void OnValidatedFields() { ValidatedFields.SafeInvoke(this); }
/// <summary> /// Called when the object has validated the fields. /// </summary> /// <param name="validationContext">The validation context.</param> protected virtual void OnValidatedFields(IValidationContext validationContext) { ValidatedFields.SafeInvoke(this); }