/// <summary> /// Create a new application_page_component_setting object. /// </summary> /// <param name="page">Initial value of the page property.</param> /// <param name="component">Initial value of the component property.</param> /// <param name="setting">Initial value of the setting property.</param> /// <param name="value">Initial value of the value property.</param> /// <param name="setting_type">Initial value of the setting_type property.</param> public static application_page_component_setting Createapplication_page_component_setting(global::System.String page, global::System.String component, global::System.String setting, global::System.String value, global::System.String setting_type) { application_page_component_setting application_page_component_setting = new application_page_component_setting(); application_page_component_setting.page = page; application_page_component_setting.component = component; application_page_component_setting.setting = setting; application_page_component_setting.value = value; application_page_component_setting.setting_type = setting_type; return application_page_component_setting; }
/// <summary> /// Deprecated Method for adding a new object to the application_page_component_setting EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToapplication_page_component_setting(application_page_component_setting application_page_component_setting) { base.AddObject("application_page_component_setting", application_page_component_setting); }