/// <summary>
 /// Create a new bvc_EmailTemplate object.
 /// </summary>
 /// <param name="bvin">Initial value of the bvin property.</param>
 /// <param name="body">Initial value of the Body property.</param>
 /// <param name="bodyPlainText">Initial value of the BodyPlainText property.</param>
 /// <param name="displayName">Initial value of the DisplayName property.</param>
 /// <param name="from">Initial value of the From property.</param>
 /// <param name="repeatingSection">Initial value of the RepeatingSection property.</param>
 /// <param name="repeatingSectionPlainText">Initial value of the RepeatingSectionPlainText property.</param>
 /// <param name="sendInPlainText">Initial value of the SendInPlainText property.</param>
 /// <param name="subject">Initial value of the Subject property.</param>
 /// <param name="lastUpdated">Initial value of the LastUpdated property.</param>
 /// <param name="bodyPreTransform">Initial value of the BodyPreTransform property.</param>
 /// <param name="repeatingSectionPreTransform">Initial value of the RepeatingSectionPreTransform property.</param>
 public static bvc_EmailTemplate Createbvc_EmailTemplate(global::System.String bvin, global::System.String body, global::System.String bodyPlainText, global::System.String displayName, global::System.String from, global::System.String repeatingSection, global::System.String repeatingSectionPlainText, global::System.Int32 sendInPlainText, global::System.String subject, global::System.DateTime lastUpdated, global::System.String bodyPreTransform, global::System.String repeatingSectionPreTransform)
 {
     bvc_EmailTemplate bvc_EmailTemplate = new bvc_EmailTemplate();
     bvc_EmailTemplate.bvin = bvin;
     bvc_EmailTemplate.Body = body;
     bvc_EmailTemplate.BodyPlainText = bodyPlainText;
     bvc_EmailTemplate.DisplayName = displayName;
     bvc_EmailTemplate.From = from;
     bvc_EmailTemplate.RepeatingSection = repeatingSection;
     bvc_EmailTemplate.RepeatingSectionPlainText = repeatingSectionPlainText;
     bvc_EmailTemplate.SendInPlainText = sendInPlainText;
     bvc_EmailTemplate.Subject = subject;
     bvc_EmailTemplate.LastUpdated = lastUpdated;
     bvc_EmailTemplate.BodyPreTransform = bodyPreTransform;
     bvc_EmailTemplate.RepeatingSectionPreTransform = repeatingSectionPreTransform;
     return bvc_EmailTemplate;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_EmailTemplate EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_EmailTemplate(bvc_EmailTemplate bvc_EmailTemplate)
 {
     base.AddObject("bvc_EmailTemplate", bvc_EmailTemplate);
 }