Пример #1
0
            public tbRelatorioTipoRow AddtbRelatorioTipoRow(int nIdTipo, string strNomeRelatorio)
            {
                tbRelatorioTipoRow rowtbRelatorioTipoRow = ((tbRelatorioTipoRow)(this.NewRow()));

                rowtbRelatorioTipoRow.ItemArray = new object[] {
                    nIdTipo,
                    strNomeRelatorio
                };
                this.Rows.Add(rowtbRelatorioTipoRow);
                return(rowtbRelatorioTipoRow);
            }
 public tbRelatorioTipoRowChangeEvent(tbRelatorioTipoRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemovetbRelatorioTipoRow(tbRelatorioTipoRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddtbRelatorioTipoRow(tbRelatorioTipoRow row)
 {
     this.Rows.Add(row);
 }
Пример #5
0
 public tbRelatorioTipoRowChangeEvent(tbRelatorioTipoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }