Exemple #1
0
 /// <summary>
 /// Create a new EO_PLANT object.
 /// </summary>
 /// <param name="eLCODE">Initial value of ELCODE.</param>
 public static EO_PLANT CreateEO_PLANT(string eLCODE)
 {
     EO_PLANT eO_PLANT = new EO_PLANT();
     eO_PLANT.ELCODE = eLCODE;
     return eO_PLANT;
 }
Exemple #2
0
 /// <summary>
 /// There are no comments for EO_PLANT in the schema.
 /// </summary>
 public void AddToEO_PLANT(EO_PLANT eO_PLANT)
 {
     base.AddObject("EO_PLANT", eO_PLANT);
 }