コード例 #1
0
            public tsa_ComprobanteValoresVarAuxRow Addtsa_ComprobanteValoresVarAuxRow(string IdComprobante, string IdVarAuxComprobante, string Valor, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, long IdSucursal, string RowIdGenerado)
            {
                tsa_ComprobanteValoresVarAuxRow rowtsa_ComprobanteValoresVarAuxRow = ((tsa_ComprobanteValoresVarAuxRow)(this.NewRow()));

                rowtsa_ComprobanteValoresVarAuxRow.ItemArray = new object[] {
                    IdComprobante,
                    IdVarAuxComprobante,
                    Valor,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    RowIdGenerado
                };
                this.Rows.Add(rowtsa_ComprobanteValoresVarAuxRow);
                return(rowtsa_ComprobanteValoresVarAuxRow);
            }
コード例 #2
0
 public tsa_ComprobanteValoresVarAuxRowChangeEvent(tsa_ComprobanteValoresVarAuxRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void Removetsa_ComprobanteValoresVarAuxRow(tsa_ComprobanteValoresVarAuxRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void Addtsa_ComprobanteValoresVarAuxRow(tsa_ComprobanteValoresVarAuxRow row)
 {
     this.Rows.Add(row);
 }