/// <summary> /// Create a new rb_HtmlText_st 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_st Createrb_HtmlText_st(global::System.Int32 moduleID, global::System.String desktopHtml, global::System.String mobileSummary, global::System.String mobileDetails) { rb_HtmlText_st rb_HtmlText_st = new rb_HtmlText_st(); rb_HtmlText_st.ModuleID = moduleID; rb_HtmlText_st.DesktopHtml = desktopHtml; rb_HtmlText_st.MobileSummary = mobileSummary; rb_HtmlText_st.MobileDetails = mobileDetails; return rb_HtmlText_st; }
/// <summary> /// Deprecated Method for adding a new object to the rb_HtmlText_st EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorb_HtmlText_st(rb_HtmlText_st rb_HtmlText_st) { base.AddObject("rb_HtmlText_st", rb_HtmlText_st); }