Esempio n. 1
0
 /// <summary>
 /// Returns a <see cref="System.String"/> that represents this instance.
 /// </summary>
 /// <returns>A <see cref="System.String"/> that represents this instance.</returns>
 /// <remarks></remarks>
 public override string ToString()
 {
     return("Validation Job #" + JobNumber + "\n======================\n\n" + Job.ToString() + "\n\nTook " + Duration.TotalSeconds.ToString("F3") + "s."
            + "\n\n" + Confusion.ToString() + "\n");
 }