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

                cln.InitVars();
                return(cln);
            }
コード例 #2
0
 private void InitClass()
 {
     this.DataSetName             = "WmsServerDescriptors";
     this.Prefix                  = "";
     this.Namespace               = "http://learn.arc.nasa.gov/schemas/WmsServerDescriptors.xsd";
     this.EnforceConstraints      = true;
     this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableServer             = new ServerDataTable();
     base.Tables.Add(this.tableServer);
 }
コード例 #3
0
 internal void InitVars(bool initTable)
 {
     this.tableServer = ((ServerDataTable)(base.Tables["Server"]));
     if ((initTable == true))
     {
         if ((this.tableServer != null))
         {
             this.tableServer.InitVars();
         }
     }
 }
コード例 #4
0
 internal ServerRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableServer = ((ServerDataTable)(this.Table));
 }