/// <summary> /// Create a new PLA_PUESTOS object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="pUE_Codigo">Initial value of the PUE_Codigo property.</param> /// <param name="pUE_Descripcion">Initial value of the PUE_Descripcion property.</param> public static PLA_PUESTOS CreatePLA_PUESTOS(global::System.Double id, global::System.String pUE_Codigo, global::System.String pUE_Descripcion) { PLA_PUESTOS pLA_PUESTOS = new PLA_PUESTOS(); pLA_PUESTOS.ID = id; pLA_PUESTOS.PUE_Codigo = pUE_Codigo; pLA_PUESTOS.PUE_Descripcion = pUE_Descripcion; return pLA_PUESTOS; }
/// <summary> /// Deprecated Method for adding a new object to the PLA_PUESTOS EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToPLA_PUESTOS(PLA_PUESTOS pLA_PUESTOS) { base.AddObject("PLA_PUESTOS", pLA_PUESTOS); }