Пример #1
0
 /// <summary>
 /// Create a new sysmail_account object.
 /// </summary>
 /// <param name="account_id">Initial value of the account_id property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="email_address">Initial value of the email_address property.</param>
 /// <param name="last_mod_datetime">Initial value of the last_mod_datetime property.</param>
 /// <param name="last_mod_user">Initial value of the last_mod_user property.</param>
 public static sysmail_account Createsysmail_account(global::System.Int32 account_id, global::System.String name, global::System.String email_address, global::System.DateTime last_mod_datetime, global::System.String last_mod_user)
 {
     sysmail_account sysmail_account = new sysmail_account();
     sysmail_account.account_id = account_id;
     sysmail_account.name = name;
     sysmail_account.email_address = email_address;
     sysmail_account.last_mod_datetime = last_mod_datetime;
     sysmail_account.last_mod_user = last_mod_user;
     return sysmail_account;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the sysmail_account EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosysmail_account(sysmail_account sysmail_account)
 {
     base.AddObject("sysmail_account", sysmail_account);
 }