Esempio n. 1
0
            public tsa_CondicionesDeVentasRow Addtsa_CondicionesDeVentasRow(string IdCondicionDeVenta, string Descripcion, bool Activo, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdEmpresa, string MetodoDeAsignacion, System.Decimal Recargo, int Orden)
            {
                tsa_CondicionesDeVentasRow rowtsa_CondicionesDeVentasRow = ((tsa_CondicionesDeVentasRow)(this.NewRow()));

                rowtsa_CondicionesDeVentasRow.ItemArray = new object[] {
                    IdCondicionDeVenta,
                    Descripcion,
                    Activo,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    MetodoDeAsignacion,
                    Recargo,
                    Orden
                };
                this.Rows.Add(rowtsa_CondicionesDeVentasRow);
                return(rowtsa_CondicionesDeVentasRow);
            }
Esempio n. 2
0
 public tsa_CondicionesDeVentasRowChangeEvent(tsa_CondicionesDeVentasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Esempio n. 3
0
 public void Removetsa_CondicionesDeVentasRow(tsa_CondicionesDeVentasRow row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 4
0
 public void Addtsa_CondicionesDeVentasRow(tsa_CondicionesDeVentasRow row)
 {
     this.Rows.Add(row);
 }