public MEPrioridadGeneralRow AddMEPrioridadGeneralRow(int ModalidadEntregaID, int Prioridad)
            {
                MEPrioridadGeneralRow rowMEPrioridadGeneralRow = ((MEPrioridadGeneralRow)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    ModalidadEntregaID,
                    Prioridad
                };
                rowMEPrioridadGeneralRow.ItemArray = columnValuesArray;
                this.Rows.Add(rowMEPrioridadGeneralRow);
                return(rowMEPrioridadGeneralRow);
            }
 public MEPrioridadGeneralRowChangeEvent(MEPrioridadGeneralRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemoveMEPrioridadGeneralRow(MEPrioridadGeneralRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddMEPrioridadGeneralRow(MEPrioridadGeneralRow row)
 {
     this.Rows.Add(row);
 }