コード例 #1
0
            public tsa_CondicionesDeVentaDetRow Addtsa_CondicionesDeVentaDetRow(string IdCondicionDeVentaDet, short Cuota, short DiasVencimiento, System.Decimal Porcentual, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa)
            {
                tsa_CondicionesDeVentaDetRow rowtsa_CondicionesDeVentaDetRow = ((tsa_CondicionesDeVentaDetRow)(this.NewRow()));

                rowtsa_CondicionesDeVentaDetRow.ItemArray = new object[] {
                    IdCondicionDeVentaDet,
                    Cuota,
                    DiasVencimiento,
                    Porcentual,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa
                };
                this.Rows.Add(rowtsa_CondicionesDeVentaDetRow);
                return(rowtsa_CondicionesDeVentaDetRow);
            }
コード例 #2
0
 public tsa_CondicionesDeVentaDetRowChangeEvent(tsa_CondicionesDeVentaDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void Removetsa_CondicionesDeVentaDetRow(tsa_CondicionesDeVentaDetRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void Addtsa_CondicionesDeVentaDetRow(tsa_CondicionesDeVentaDetRow row)
 {
     this.Rows.Add(row);
 }