/// <summary>
 /// Resets the internal state of the <see cref="CustomValidatorData"/> object,
 /// including the locks and the properties collection.
 /// </summary>
 /// <param name="parentElement">The parent element.</param>
 protected override void Reset(ConfigurationElement parentElement)
 {
     helper.HandleReset(parentElement);
 }