/// <summary> /// Deprecated Method for adding a new object to the Inboxes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToInboxes(Inbox inbox) { base.AddObject("Inboxes", inbox); }
/// <summary> /// Create a new Inbox object. /// </summary> /// <param name="msgID">Initial value of the MsgID property.</param> public static Inbox CreateInbox(global::System.Int32 msgID) { Inbox inbox = new Inbox(); inbox.MsgID = msgID; return inbox; }