Example #1
0
 /// <summary>
 /// Create a new EDMApplication object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="applicationName">Initial value of the ApplicationName property.</param>
 /// <param name="tab">Initial value of the Tab property.</param>
 public static EDMApplication CreateEDMApplication(global::System.Int32 id, global::System.String applicationName, global::System.String tab)
 {
     EDMApplication eDMApplication = new EDMApplication();
     eDMApplication.Id = id;
     eDMApplication.ApplicationName = applicationName;
     eDMApplication.Tab = tab;
     return eDMApplication;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the EDMApplications EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEDMApplications(EDMApplication eDMApplication)
 {
     base.AddObject("EDMApplications", eDMApplication);
 }