Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the msgattachments EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomsgattachments(msgattachment msgattachment)
 {
     base.AddObject("msgattachments", msgattachment);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new msgattachment object.
 /// </summary>
 /// <param name="attchid">Initial value of the attchid property.</param>
 public static msgattachment Createmsgattachment(global::System.Int32 attchid)
 {
     msgattachment msgattachment = new msgattachment();
     msgattachment.attchid = attchid;
     return msgattachment;
 }