예제 #1
0
            public tsy_TiposDeComprobantesCategoriaIvaRow Addtsy_TiposDeComprobantesCategoriaIvaRow(string IdTipoDeComprobante, string IdCategoriaIva, bool Activo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal)
            {
                tsy_TiposDeComprobantesCategoriaIvaRow rowtsy_TiposDeComprobantesCategoriaIvaRow = ((tsy_TiposDeComprobantesCategoriaIvaRow)(this.NewRow()));

                rowtsy_TiposDeComprobantesCategoriaIvaRow.ItemArray = new object[] {
                    IdTipoDeComprobante,
                    IdCategoriaIva,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal
                };
                this.Rows.Add(rowtsy_TiposDeComprobantesCategoriaIvaRow);
                return(rowtsy_TiposDeComprobantesCategoriaIvaRow);
            }
예제 #2
0
 public tsy_TiposDeComprobantesCategoriaIvaRowChangeEvent(tsy_TiposDeComprobantesCategoriaIvaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetsy_TiposDeComprobantesCategoriaIvaRow(tsy_TiposDeComprobantesCategoriaIvaRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtsy_TiposDeComprobantesCategoriaIvaRow(tsy_TiposDeComprobantesCategoriaIvaRow row)
 {
     this.Rows.Add(row);
 }