コード例 #1
0
            public override global::System.Data.DataTable Clone()
            {
                InterpretationDataTable cln = ((InterpretationDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "dsDistribution";
     this.Prefix                  = "";
     this.Namespace               = "http://tempuri.org/dsDistribution.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableInterpretation     = new InterpretationDataTable();
     base.Tables.Add(this.tableInterpretation);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableInterpretation = ((InterpretationDataTable)(base.Tables["Interpretation"]));
     if ((initTable == true))
     {
         if ((this.tableInterpretation != null))
         {
             this.tableInterpretation.InitVars();
         }
     }
 }
コード例 #4
0
 internal InterpretationRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableInterpretation = ((InterpretationDataTable)(this.Table));
 }