public tlg_TiposComprobantesOrigenDestinoRow Addtlg_TiposComprobantesOrigenDestinoRow(string IdTipoComprobanteOrigen, string IdTipoComprobanteDestino, long IdMomento, long IdTarea, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa, long OldIdMomento, long IdProceso, string IdTipoComprobanteOrigenDestino)
            {
                tlg_TiposComprobantesOrigenDestinoRow rowtlg_TiposComprobantesOrigenDestinoRow = ((tlg_TiposComprobantesOrigenDestinoRow)(this.NewRow()));

                rowtlg_TiposComprobantesOrigenDestinoRow.ItemArray = new object[] {
                    IdTipoComprobanteOrigen,
                    IdTipoComprobanteDestino,
                    IdMomento,
                    IdTarea,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa,
                    OldIdMomento,
                    IdProceso,
                    IdTipoComprobanteOrigenDestino
                };
                this.Rows.Add(rowtlg_TiposComprobantesOrigenDestinoRow);
                return(rowtlg_TiposComprobantesOrigenDestinoRow);
            }
 public tlg_TiposComprobantesOrigenDestinoRowChangeEvent(tlg_TiposComprobantesOrigenDestinoRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void Removetlg_TiposComprobantesOrigenDestinoRow(tlg_TiposComprobantesOrigenDestinoRow row)
 {
     this.Rows.Remove(row);
 }
 public void Addtlg_TiposComprobantesOrigenDestinoRow(tlg_TiposComprobantesOrigenDestinoRow row)
 {
     this.Rows.Add(row);
 }