コード例 #1
0
 /// <summary>
 /// Create a new application_page_component object.
 /// </summary>
 /// <param name="page">Initial value of the page property.</param>
 /// <param name="component">Initial value of the component property.</param>
 public static application_page_component Createapplication_page_component(global::System.String page, global::System.String component)
 {
     application_page_component application_page_component = new application_page_component();
     application_page_component.page = page;
     application_page_component.component = component;
     return application_page_component;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the application_page_component EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToapplication_page_component(application_page_component application_page_component)
 {
     base.AddObject("application_page_component", application_page_component);
 }