Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ProjectMuniGeography EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProjectMuniGeography(ProjectMuniGeography projectMuniGeography)
 {
     base.AddObject("ProjectMuniGeography", projectMuniGeography);
 }
Example #2
0
 /// <summary>
 /// Create a new ProjectMuniGeography object.
 /// </summary>
 /// <param name="muniGeographyID">Initial value of the MuniGeographyID property.</param>
 /// <param name="projectID">Initial value of the ProjectID property.</param>
 public static ProjectMuniGeography CreateProjectMuniGeography(global::System.Int32 muniGeographyID, global::System.Int32 projectID)
 {
     ProjectMuniGeography projectMuniGeography = new ProjectMuniGeography();
     projectMuniGeography.MuniGeographyID = muniGeographyID;
     projectMuniGeography.ProjectID = projectID;
     return projectMuniGeography;
 }