Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Outboxes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOutboxes(Outbox outbox)
 {
     base.AddObject("Outboxes", outbox);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new Outbox object.
 /// </summary>
 /// <param name="msgID">Initial value of the MsgID property.</param>
 public static Outbox CreateOutbox(global::System.Int32 msgID)
 {
     Outbox outbox = new Outbox();
     outbox.MsgID = msgID;
     return outbox;
 }