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

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