Exemple #1
0
            public tlg_TransportesRow Addtlg_TransportesRow(string IdTransporte, string Descripcion, string IdResponsable, string IdProveedor, string Valor1, string Valor2, string Valor3, string FormulaDeCalculo, long IdConexion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId, string Observaciones)
            {
                tlg_TransportesRow rowtlg_TransportesRow = ((tlg_TransportesRow)(this.NewRow()));

                rowtlg_TransportesRow.ItemArray = new object[] {
                    IdTransporte,
                    Descripcion,
                    IdResponsable,
                    IdProveedor,
                    Valor1,
                    Valor2,
                    Valor3,
                    FormulaDeCalculo,
                    IdConexion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId,
                    Observaciones
                };
                this.Rows.Add(rowtlg_TransportesRow);
                return(rowtlg_TransportesRow);
            }
Exemple #2
0
 public tlg_TransportesRowChangeEvent(tlg_TransportesRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void Removetlg_TransportesRow(tlg_TransportesRow row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void Addtlg_TransportesRow(tlg_TransportesRow row)
 {
     this.Rows.Add(row);
 }