Exemplo n.º 1
0
 public programmeRowChangeEvent(programmeRow row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
Exemplo n.º 2
0
 public creditsRow AddcreditsRow(programmeRow parentprogrammeRowByprogramme_credits) {
     creditsRow rowcreditsRow = ((creditsRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             null,
             null};
     if ((parentprogrammeRowByprogramme_credits != null)) {
         columnValuesArray[1] = parentprogrammeRowByprogramme_credits[5];
     }
     rowcreditsRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowcreditsRow);
     return rowcreditsRow;
 }
Exemplo n.º 3
0
 public countryRow AddcountryRow(string lang, string country_Text, programmeRow parentprogrammeRowByprogramme_country) {
     countryRow rowcountryRow = ((countryRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             lang,
             country_Text,
             null};
     if ((parentprogrammeRowByprogramme_country != null)) {
         columnValuesArray[2] = parentprogrammeRowByprogramme_country[5];
     }
     rowcountryRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowcountryRow);
     return rowcountryRow;
 }
Exemplo n.º 4
0
 public descRow AdddescRow(string lang, string desc_Text, programmeRow parentprogrammeRowByprogramme_desc) {
     descRow rowdescRow = ((descRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             lang,
             desc_Text,
             null};
     if ((parentprogrammeRowByprogramme_desc != null)) {
         columnValuesArray[2] = parentprogrammeRowByprogramme_desc[5];
     }
     rowdescRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowdescRow);
     return rowdescRow;
 }
Exemplo n.º 5
0
 public _sub_titleRow Add_sub_titleRow(string lang, string _sub_title_Text, programmeRow _parentprogrammeRowByprogramme_sub_title) {
     _sub_titleRow row_sub_titleRow = ((_sub_titleRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             lang,
             _sub_title_Text,
             null};
     if ((_parentprogrammeRowByprogramme_sub_title != null)) {
         columnValuesArray[2] = _parentprogrammeRowByprogramme_sub_title[5];
     }
     row_sub_titleRow.ItemArray = columnValuesArray;
     this.Rows.Add(row_sub_titleRow);
     return row_sub_titleRow;
 }
Exemplo n.º 6
0
 public titleRow AddtitleRow(string lang, string title_Text, programmeRow parentprogrammeRowByprogramme_title) {
     titleRow rowtitleRow = ((titleRow)(this.NewRow()));
     object[] columnValuesArray = new object[] {
             lang,
             title_Text,
             null};
     if ((parentprogrammeRowByprogramme_title != null)) {
         columnValuesArray[2] = parentprogrammeRowByprogramme_title[5];
     }
     rowtitleRow.ItemArray = columnValuesArray;
     this.Rows.Add(rowtitleRow);
     return rowtitleRow;
 }
Exemplo n.º 7
0
 public void RemoveprogrammeRow(programmeRow row) {
     this.Rows.Remove(row);
 }
Exemplo n.º 8
0
 public void AddprogrammeRow(programmeRow row) {
     this.Rows.Add(row);
 }