コード例 #1
0
 /// <summary>
 /// Create a new Zones object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Zones CreateZones(global::System.Guid id)
 {
     Zones zones = new Zones();
     zones.Id = id;
     return zones;
 }
コード例 #2
0
ファイル: Zone.cs プロジェクト: valuecreation/RoutePlanner
 internal Zone(DataModel.Zones entity) : base(entity)
 {
 }
コード例 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Zones EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToZones(Zones zones)
 {
     base.AddObject("Zones", zones);
 }