Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ProjectCountyGeographies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProjectCountyGeographies(ProjectCountyGeography projectCountyGeography)
 {
     base.AddObject("ProjectCountyGeographies", projectCountyGeography);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new ProjectCountyGeography object.
 /// </summary>
 /// <param name="countyGeographyID">Initial value of the CountyGeographyID property.</param>
 /// <param name="projectID">Initial value of the ProjectID property.</param>
 public static ProjectCountyGeography CreateProjectCountyGeography(global::System.Int32 countyGeographyID, global::System.Int32 projectID)
 {
     ProjectCountyGeography projectCountyGeography = new ProjectCountyGeography();
     projectCountyGeography.CountyGeographyID = countyGeographyID;
     projectCountyGeography.ProjectID = projectID;
     return projectCountyGeography;
 }