Ejemplo n.º 1
0
        /// <summary>
        /// Create a new EmailList object.
        /// </summary>
        /// <param name="el_id">Initial value of the el_id property.</param>
        /// <param name="el_iso_id">Initial value of the el_iso_id property.</param>
        /// <param name="el_list">Initial value of the el_list property.</param>
        /// <param name="el_subject">Initial value of the el_subject property.</param>
        /// <param name="el_body_template">Initial value of the el_body_template property.</param>
        public static EmailList CreateEmailList(global::System.Int32 el_id, global::System.Int32 el_iso_id, global::System.String el_list, global::System.String el_subject, global::System.String el_body_template)
        {
            EmailList emailList = new EmailList();

            emailList.el_id            = el_id;
            emailList.el_iso_id        = el_iso_id;
            emailList.el_list          = el_list;
            emailList.el_subject       = el_subject;
            emailList.el_body_template = el_body_template;
            return(emailList);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the EmailLists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEmailLists(EmailList emailList)
 {
     base.AddObject("EmailLists", emailList);
 }