Пример #1
0
 /// <summary>
 /// Checks if the given instance is valid.
 /// </summary>
 /// <returns>True if the instance is valid, otherwise false.</returns>
 public virtual bool Validate()
 {
     return(ValidateableUtils.Validate(this));
 }
Пример #2
0
 /// <summary>
 /// Checks if the given instance is valid.
 /// </summary>
 /// <returns>True if the instance is valid, otherwise false.</returns>
 public virtual bool Validate()           //TODO: document
 {
     return(ValidateableUtils.Validate(this));
 }