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