コード例 #1
0
ファイル: GMR.Designer.cs プロジェクト: samuraitruong/gmr
 /// <summary>
 /// Deprecated Method for adding a new object to the Inboxes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToInboxes(Inbox inbox)
 {
     base.AddObject("Inboxes", inbox);
 }
コード例 #2
0
ファイル: GMR.Designer.cs プロジェクト: samuraitruong/gmr
 /// <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;
 }