/// <summary>
 /// Create a new rb_HtmlText object.
 /// </summary>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 /// <param name="desktopHtml">Initial value of the DesktopHtml property.</param>
 /// <param name="mobileSummary">Initial value of the MobileSummary property.</param>
 /// <param name="mobileDetails">Initial value of the MobileDetails property.</param>
 public static rb_HtmlText Createrb_HtmlText(global::System.Int32 moduleID, global::System.String desktopHtml, global::System.String mobileSummary, global::System.String mobileDetails)
 {
     rb_HtmlText rb_HtmlText = new rb_HtmlText();
     rb_HtmlText.ModuleID = moduleID;
     rb_HtmlText.DesktopHtml = desktopHtml;
     rb_HtmlText.MobileSummary = mobileSummary;
     rb_HtmlText.MobileDetails = mobileDetails;
     return rb_HtmlText;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the rb_HtmlText EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorb_HtmlText(rb_HtmlText rb_HtmlText)
 {
     base.AddObject("rb_HtmlText", rb_HtmlText);
 }