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