Esempio n. 1
0
            public tpr_ObjetosCuentasRow Addtpr_ObjetosCuentasRow(string IdObjeto, string IdCuenta, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tpr_ObjetosCuentasRow rowtpr_ObjetosCuentasRow = ((tpr_ObjetosCuentasRow)(this.NewRow()));

                rowtpr_ObjetosCuentasRow.ItemArray = new object[] {
                    IdObjeto,
                    IdCuenta,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtpr_ObjetosCuentasRow);
                return(rowtpr_ObjetosCuentasRow);
            }
Esempio n. 2
0
 public tpr_ObjetosCuentasRowChangeEvent(tpr_ObjetosCuentasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void Removetpr_ObjetosCuentasRow(tpr_ObjetosCuentasRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void Addtpr_ObjetosCuentasRow(tpr_ObjetosCuentasRow row)
 {
     this.Rows.Add(row);
 }