コード例 #1
0
 /// <summary>
 /// Create a new Applications_Servers object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="server_id">Initial value of the Server_id property.</param>
 /// <param name="applications_id">Initial value of the Applications_id property.</param>
 public static Applications_Servers CreateApplications_Servers(global::System.Int32 id, global::System.Int32 server_id, global::System.Int32 applications_id)
 {
     Applications_Servers applications_Servers = new Applications_Servers();
     applications_Servers.Id = id;
     applications_Servers.Server_id = server_id;
     applications_Servers.Applications_id = applications_id;
     return applications_Servers;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Applications_Servers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToApplications_Servers(Applications_Servers applications_Servers)
 {
     base.AddObject("Applications_Servers", applications_Servers);
 }