コード例 #1
0
            public RecursosElementosNavegacionIdiomasRow AddRecursosElementosNavegacionIdiomasRow(long idElementoNavegacion, long idIdioma, long idTipoRecurso, string Valor)
            {
                RecursosElementosNavegacionIdiomasRow rowRecursosElementosNavegacionIdiomasRow = ((RecursosElementosNavegacionIdiomasRow)(this.NewRow()));

                rowRecursosElementosNavegacionIdiomasRow.ItemArray = new object[] {
                    idElementoNavegacion,
                    idIdioma,
                    idTipoRecurso,
                    Valor
                };
                this.Rows.Add(rowRecursosElementosNavegacionIdiomasRow);
                return(rowRecursosElementosNavegacionIdiomasRow);
            }
コード例 #2
0
 public RecursosElementosNavegacionIdiomasRowChangeEvent(RecursosElementosNavegacionIdiomasRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 public void RemoveRecursosElementosNavegacionIdiomasRow(RecursosElementosNavegacionIdiomasRow row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 public void AddRecursosElementosNavegacionIdiomasRow(RecursosElementosNavegacionIdiomasRow row)
 {
     this.Rows.Add(row);
 }