Пример #1
0
            public override global::System.Data.DataTable Clone()
            {
                NormativeDocumentTypeDataTable cln = ((NormativeDocumentTypeDataTable)(base.Clone()));

                cln.InitVars();
                return(cln);
            }
Пример #2
0
 private void InitClass()
 {
     this.DataSetName                = "NormativeDocumentTypes";
     this.Prefix                     = "";
     this.EnforceConstraints         = true;
     this.SchemaSerializationMode    = global::System.Data.SchemaSerializationMode.IncludeSchema;
     this.tableNormativeDocumentType = new NormativeDocumentTypeDataTable();
     base.Tables.Add(this.tableNormativeDocumentType);
 }
Пример #3
0
 internal void InitVars(bool initTable)
 {
     this.tableNormativeDocumentType = ((NormativeDocumentTypeDataTable)(base.Tables["NormativeDocumentType"]));
     if ((initTable == true))
     {
         if ((this.tableNormativeDocumentType != null))
         {
             this.tableNormativeDocumentType.InitVars();
         }
     }
 }
Пример #4
0
 internal NormativeDocumentTypeRow(global::System.Data.DataRowBuilder rb) :
     base(rb)
 {
     this.tableNormativeDocumentType = ((NormativeDocumentTypeDataTable)(this.Table));
 }