예제 #1
0
 /// <summary>
 /// Returns a string that represents the current <see cref="DocumentEdit"/>
 /// </summary>
 /// <returns>A <see cref="System.String"/> that represents this instance.</returns>
 public override string ToString()
 {
     // Return the Primary Key as a string
     return(DocumentId.ToString() + ", " + DocumentReference.ToString());
 }