public override global::System.Data.DataTable Clone() { MobXLootTemplateDataTable cln = ((MobXLootTemplateDataTable)(base.Clone())); cln.InitVars(); return(cln); }
private void InitClass() { this.DataSetName = "MobXLootTemplates"; this.Prefix = ""; this.Namespace = "http://tempuri.org/MobXLootTemplates.xsd"; this.EnforceConstraints = true; this.SchemaSerializationMode = global::System.Data.SchemaSerializationMode.IncludeSchema; this.tableMobXLootTemplate = new MobXLootTemplateDataTable(); base.Tables.Add(this.tableMobXLootTemplate); }
internal void InitVars(bool initTable) { this.tableMobXLootTemplate = ((MobXLootTemplateDataTable)(base.Tables["MobXLootTemplate"])); if ((initTable == true)) { if ((this.tableMobXLootTemplate != null)) { this.tableMobXLootTemplate.InitVars(); } } }
internal MobXLootTemplateRow(global::System.Data.DataRowBuilder rb) : base(rb) { this.tableMobXLootTemplate = ((MobXLootTemplateDataTable)(this.Table)); }