Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ProjectMuniGeographies EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProjectMuniGeographies(ProjectMuniGeography projectMuniGeography)
 {
     base.AddObject("ProjectMuniGeographies", projectMuniGeography);
 }
Exemplo n.º 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;
 }