/// <summary>
 /// Create a new vwReceivedDoc object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static vwReceivedDoc CreatevwReceivedDoc(global::System.Int32 id)
 {
     vwReceivedDoc vwReceivedDoc = new vwReceivedDoc();
     vwReceivedDoc.ID = id;
     return vwReceivedDoc;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the vwReceivedDocs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovwReceivedDocs(vwReceivedDoc vwReceivedDoc)
 {
     base.AddObject("vwReceivedDocs", vwReceivedDoc);
 }