Beispiel #1
0
            public tsh_CoeficientesCostosIndirectosRow Addtsh_CoeficientesCostosIndirectosRow(
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                string RowId,
                long IdEmpresa,
                long IdSucursal,
                string IdCoeficienteCostoIndirecto,
                string Descripcion,
                System.Decimal Valor,
                bool Tipo,
                string IdMoneda,
                string IdFuenteDeCambio,
                long Orden,
                bool Activo)
            {
                tsh_CoeficientesCostosIndirectosRow rowtsh_CoeficientesCostosIndirectosRow = ((tsh_CoeficientesCostosIndirectosRow)(this.NewRow()));

                rowtsh_CoeficientesCostosIndirectosRow.ItemArray = new object[] {
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdEmpresa,
                    IdSucursal,
                    IdCoeficienteCostoIndirecto,
                    Descripcion,
                    Valor,
                    Tipo,
                    IdMoneda,
                    IdFuenteDeCambio,
                    Orden,
                    Activo
                };
                this.Rows.Add(rowtsh_CoeficientesCostosIndirectosRow);
                return(rowtsh_CoeficientesCostosIndirectosRow);
            }
Beispiel #2
0
 public tsh_CoeficientesCostosIndirectosRowChangeEvent(tsh_CoeficientesCostosIndirectosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Beispiel #3
0
 public void Removetsh_CoeficientesCostosIndirectosRow(tsh_CoeficientesCostosIndirectosRow row)
 {
     this.Rows.Remove(row);
 }
Beispiel #4
0
 public void Addtsh_CoeficientesCostosIndirectosRow(tsh_CoeficientesCostosIndirectosRow row)
 {
     this.Rows.Add(row);
 }