示例#1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the BuildingObj EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBuildingObj(BuildingObj buildingObj)
 {
     base.AddObject("BuildingObj", buildingObj);
 }
示例#2
0
 /// <summary>
 /// Create a new BuildingObj object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="title">Initial value of the Title property.</param>
 public static BuildingObj CreateBuildingObj(global::System.Int32 id, global::System.String title)
 {
     BuildingObj buildingObj = new BuildingObj();
     buildingObj.Id = id;
     buildingObj.Title = title;
     return buildingObj;
 }