コード例 #1
0
 /// <summary>
 /// Performs the fields validation. Returns true if no
 /// validation error was found.
 /// </summary>
 /// <returns></returns>
 /// <remarks>Forwards the call to <see cref="ActualValidator"/>.</remarks>
 public virtual bool IsValid()
 {
     return(ActualValidator.IsValid());
 }