Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ramAssemblyLineStations EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToramAssemblyLineStations(ramAssemblyLineStations ramAssemblyLineStations)
 {
     base.AddObject("ramAssemblyLineStations", ramAssemblyLineStations);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Create a new ramAssemblyLineStations object.
 /// </summary>
 /// <param name="stationID">Initial value of the stationID property.</param>
 /// <param name="assemblyLineTypeID">Initial value of the assemblyLineTypeID property.</param>
 public static ramAssemblyLineStations CreateramAssemblyLineStations(global::System.Int32 stationID, global::System.Byte assemblyLineTypeID)
 {
     ramAssemblyLineStations ramAssemblyLineStations = new ramAssemblyLineStations();
     ramAssemblyLineStations.stationID = stationID;
     ramAssemblyLineStations.assemblyLineTypeID = assemblyLineTypeID;
     return ramAssemblyLineStations;
 }