Ejemplo n.º 1
0
            public tfi_ResponsablesCajasRow Addtfi_ResponsablesCajasRow(string IdCaja, string IdResponsable, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tfi_ResponsablesCajasRow rowtfi_ResponsablesCajasRow = ((tfi_ResponsablesCajasRow)(this.NewRow()));

                rowtfi_ResponsablesCajasRow.ItemArray = new object[] {
                    IdCaja,
                    IdResponsable,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtfi_ResponsablesCajasRow);
                return(rowtfi_ResponsablesCajasRow);
            }
Ejemplo n.º 2
0
 public tfi_ResponsablesCajasRowChangeEvent(tfi_ResponsablesCajasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Ejemplo n.º 3
0
 public void Removetfi_ResponsablesCajasRow(tfi_ResponsablesCajasRow row)
 {
     this.Rows.Remove(row);
 }
Ejemplo n.º 4
0
 public void Addtfi_ResponsablesCajasRow(tfi_ResponsablesCajasRow row)
 {
     this.Rows.Add(row);
 }