コード例 #1
0
 /// <summary>
 /// Create a new BouncedEmail object.
 /// </summary>
 /// <param name="emailAddress">Initial value of the EmailAddress property.</param>
 /// <param name="created">Initial value of the Created property.</param>
 /// <param name="updated">Initial value of the Updated property.</param>
 public static BouncedEmail CreateBouncedEmail(global::System.String emailAddress, global::System.DateTime created, global::System.DateTime updated)
 {
     BouncedEmail bouncedEmail = new BouncedEmail();
     bouncedEmail.EmailAddress = emailAddress;
     bouncedEmail.Created = created;
     bouncedEmail.Updated = updated;
     return bouncedEmail;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BouncedEmails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBouncedEmails(BouncedEmail bouncedEmail)
 {
     base.AddObject("BouncedEmails", bouncedEmail);
 }