Example #1
0
            public tfi_CajasRow Addtfi_CajasRow(string IdCaja, long IdEmpresa, long IdSucursal, string Descripcion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId)
            {
                tfi_CajasRow rowtfi_CajasRow = ((tfi_CajasRow)(this.NewRow()));

                rowtfi_CajasRow.ItemArray = new object[] {
                    IdCaja,
                    IdEmpresa,
                    IdSucursal,
                    Descripcion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId
                };
                this.Rows.Add(rowtfi_CajasRow);
                return(rowtfi_CajasRow);
            }
Example #2
0
 public tfi_CajasRowChangeEvent(tfi_CajasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #3
0
 public void Removetfi_CajasRow(tfi_CajasRow row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public void Addtfi_CajasRow(tfi_CajasRow row)
 {
     this.Rows.Add(row);
 }