Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Routes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRoutes(ROUTE rOUTE)
 {
     base.AddObject("Routes", rOUTE);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new ROUTE object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="nAME">Initial value of the NAME property.</param>
 public static ROUTE CreateROUTE(global::System.Guid id, global::System.String nAME)
 {
     ROUTE rOUTE = new ROUTE();
     rOUTE.Id = id;
     rOUTE.NAME = nAME;
     return rOUTE;
 }