コード例 #1
0
 /// <summary>
 /// Create a new application_page_setting object.
 /// </summary>
 /// <param name="page">Initial value of the page 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_setting Createapplication_page_setting(global::System.String page, global::System.String setting, global::System.String value, global::System.String setting_type)
 {
     application_page_setting application_page_setting = new application_page_setting();
     application_page_setting.page = page;
     application_page_setting.setting = setting;
     application_page_setting.value = value;
     application_page_setting.setting_type = setting_type;
     return application_page_setting;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the application_page_setting EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToapplication_page_setting(application_page_setting application_page_setting)
 {
     base.AddObject("application_page_setting", application_page_setting);
 }