示例#1
0
 /// <summary>
 /// Invokes the rule to validate the data.
 /// </summary>
 /// <returns>True if the data is valid, False if the data is invalid.</returns>
 public bool Invoke()
 {
     return(_handler.Invoke(_target, _args));
 }