예제 #1
0
 /// <summary>
 /// Create a new bvc_HtmlTemplates object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="lastUpdatedUtc">Initial value of the LastUpdatedUtc property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="fromEmail">Initial value of the FromEmail property.</param>
 /// <param name="subject">Initial value of the Subject property.</param>
 /// <param name="body">Initial value of the Body property.</param>
 /// <param name="repeatingSection">Initial value of the RepeatingSection property.</param>
 /// <param name="templateType">Initial value of the TemplateType property.</param>
 public static bvc_HtmlTemplates Createbvc_HtmlTemplates(global::System.Int64 id, global::System.Int64 storeId, global::System.DateTime lastUpdatedUtc, global::System.String displayName, global::System.String fromEmail, global::System.String subject, global::System.String body, global::System.String repeatingSection, global::System.Int32 templateType)
 {
     bvc_HtmlTemplates bvc_HtmlTemplates = new bvc_HtmlTemplates();
     bvc_HtmlTemplates.Id = id;
     bvc_HtmlTemplates.StoreId = storeId;
     bvc_HtmlTemplates.LastUpdatedUtc = lastUpdatedUtc;
     bvc_HtmlTemplates.DisplayName = displayName;
     bvc_HtmlTemplates.FromEmail = fromEmail;
     bvc_HtmlTemplates.Subject = subject;
     bvc_HtmlTemplates.Body = body;
     bvc_HtmlTemplates.RepeatingSection = repeatingSection;
     bvc_HtmlTemplates.TemplateType = templateType;
     return bvc_HtmlTemplates;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_HtmlTemplates EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_HtmlTemplates(bvc_HtmlTemplates bvc_HtmlTemplates)
 {
     base.AddObject("bvc_HtmlTemplates", bvc_HtmlTemplates);
 }