/// <summary> /// Deprecated Method for adding a new object to the rb_PortalSettings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorb_PortalSettings(rb_PortalSettings rb_PortalSettings) { base.AddObject("rb_PortalSettings", rb_PortalSettings); }
/// <summary> /// Create a new rb_PortalSettings object. /// </summary> /// <param name="portalID">Initial value of the PortalID property.</param> /// <param name="settingName">Initial value of the SettingName property.</param> /// <param name="settingValue">Initial value of the SettingValue property.</param> public static rb_PortalSettings Createrb_PortalSettings(global::System.Int32 portalID, global::System.String settingName, global::System.String settingValue) { rb_PortalSettings rb_PortalSettings = new rb_PortalSettings(); rb_PortalSettings.PortalID = portalID; rb_PortalSettings.SettingName = settingName; rb_PortalSettings.SettingValue = settingValue; return rb_PortalSettings; }