예제 #1
0
            public twf_CaminosRow Addtwf_CaminosRow(long IdTareaOrigen, long IdTareaDestino, long IdProceso, short Power, short Frecuencia, long IdConexion, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, System.Guid RowId, string Observaciones)
            {
                twf_CaminosRow rowtwf_CaminosRow = ((twf_CaminosRow)(this.NewRow()));

                rowtwf_CaminosRow.ItemArray = new object[] {
                    null,
                    IdTareaOrigen,
                    IdTareaDestino,
                    IdProceso,
                    Power,
                    Frecuencia,
                    IdConexion,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    RowId,
                    Observaciones
                };
                this.Rows.Add(rowtwf_CaminosRow);
                return(rowtwf_CaminosRow);
            }
예제 #2
0
 public twf_CaminosRowChangeEvent(twf_CaminosRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
예제 #3
0
 public void Removetwf_CaminosRow(twf_CaminosRow row)
 {
     this.Rows.Remove(row);
 }
예제 #4
0
 public void Addtwf_CaminosRow(twf_CaminosRow row)
 {
     this.Rows.Add(row);
 }