コード例 #1
0
 internal void InitVars(bool initTable) {
     this.tableOfficeProcess_LKP = ((OfficeProcess_LKPDataTable)(base.Tables["OfficeProcess_LKP"]));
     if ((initTable == true)) {
         if ((this.tableOfficeProcess_LKP != null)) {
             this.tableOfficeProcess_LKP.InitVars();
         }
     }
     this.tableUsersInOfficeRoles = ((UsersInOfficeRolesDataTable)(base.Tables["UsersInOfficeRoles"]));
     if ((initTable == true)) {
         if ((this.tableUsersInOfficeRoles != null)) {
             this.tableUsersInOfficeRoles.InitVars();
         }
     }
     this.tableAlerts = ((AlertsDataTable)(base.Tables["Alerts"]));
     if ((initTable == true)) {
         if ((this.tableAlerts != null)) {
             this.tableAlerts.InitVars();
         }
     }
 }
コード例 #2
0
 private void InitClass() {
     this.DataSetName = "WorkflowSupprot";
     this.Prefix = "";
     this.Namespace = "http://tempuri.org/WorkflowSupprot.xsd";
     this.EnforceConstraints = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableOfficeProcess_LKP = new OfficeProcess_LKPDataTable();
     base.Tables.Add(this.tableOfficeProcess_LKP);
     this.tableUsersInOfficeRoles = new UsersInOfficeRolesDataTable();
     base.Tables.Add(this.tableUsersInOfficeRoles);
     this.tableAlerts = new AlertsDataTable();
     base.Tables.Add(this.tableAlerts);
 }
コード例 #3
0
 internal OfficeProcess_LKPRow(global::System.Data.DataRowBuilder rb) : 
         base(rb) {
     this.tableOfficeProcess_LKP = ((OfficeProcess_LKPDataTable)(this.Table));
 }