Example #1
0
 /// <summary>
 /// Create a new Rota object.
 /// </summary>
 /// <param name="cODROE">Initial value of the CODROE property.</param>
 /// <param name="dESROE">Initial value of the DESROE property.</param>
 public static Rota CreateRota(global::System.String cODROE, global::System.String dESROE)
 {
     Rota rota = new Rota();
     rota.CODROE = cODROE;
     rota.DESROE = dESROE;
     return rota;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the E062ROE EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToE062ROE(Rota rota)
 {
     base.AddObject("E062ROE", rota);
 }
Example #3
0
 static void Main(string[] args)
 {
     var rota = new Rota();
 }