Пример #1
0
 private void InitClass()
 {
     this.DataSetName = "TaskData";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/TasksData.xsd";
     this.Locale = new System.Globalization.CultureInfo("en-US");
     this.CaseSensitive = false;
     this.EnforceConstraints = true;
     this.tableTask = new TaskDataTable();
     this.Tables.Add(this.tableTask);
     this.tableOccurrence = new OccurrenceDataTable();
     this.Tables.Add(this.tableOccurrence);
 }
Пример #2
0
 internal OccurrenceRow(DataRowBuilder rb)
     : base(rb)
 {
     this.tableOccurrence = ((OccurrenceDataTable)(this.Table));
 }
Пример #3
0
 internal void InitVars()
 {
     this.tableTask = ((TaskDataTable)(this.Tables["Task"]));
     if ((this.tableTask != null)) {
         this.tableTask.InitVars();
     }
     this.tableOccurrence = ((OccurrenceDataTable)(this.Tables["Occurrence"]));
     if ((this.tableOccurrence != null)) {
         this.tableOccurrence.InitVars();
     }
 }