Exemplo n.º 1
0
            public twf_ControllerTareaRow Addtwf_ControllerTareaRow(long Id, long IdTarea, string Controller, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                twf_ControllerTareaRow rowtwf_ControllerTareaRow = ((twf_ControllerTareaRow)(this.NewRow()));

                rowtwf_ControllerTareaRow.ItemArray = new object[] {
                    Id,
                    IdTarea,
                    Controller,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtwf_ControllerTareaRow);
                return(rowtwf_ControllerTareaRow);
            }
Exemplo n.º 2
0
 public twf_ControllerTareaRowChangeEvent(twf_ControllerTareaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 3
0
 public void Removetwf_ControllerTareaRow(twf_ControllerTareaRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 4
0
 public void Addtwf_ControllerTareaRow(twf_ControllerTareaRow row)
 {
     this.Rows.Add(row);
 }