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

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