⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dsstat.cs

📁 本书主要介绍了从基础开始建立Portal的快速应用开发过程(RAD)的方法。通过本书你可以了解到关于Oracle 9iAS Portal产品的主要特性、入口的开发和组织、网络开发和管理、实际的关系型数
💻 CS
📖 第 1 页 / 共 5 页
字号:
//------------------------------------------------------------------------------
// <autogenerated>
//     This code was generated by a tool.
//     Runtime Version: 1.1.4322.573
//
//     Changes to this file may cause incorrect behavior and will be lost if 
//     the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------

namespace Charge {
    using System;
    using System.Data;
    using System.Xml;
    using System.Runtime.Serialization;
    
    
    [Serializable()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Diagnostics.DebuggerStepThrough()]
    [System.ComponentModel.ToolboxItem(true)]
    public class dsStat : DataSet {
        
        private ChargeInfoDataTable tableChargeInfo;
        
        private SarrListDataTable tableSarrList;
        
        private SOweFullInfoDataTable tableSOweFullInfo;
        
        private SarrList1DataTable tableSarrList1;
        
        private TarrListDataTable tableTarrList;
        
        private TOweFullInfoDataTable tableTOweFullInfo;
        
        private SChargeERInfoDataTable tableSChargeERInfo;
        
        private SChargeInfoDataTable tableSChargeInfo;
        
        private TChargeInfoDataTable tableTChargeInfo;
        
        private TChargeERInfoDataTable tableTChargeERInfo;
        
        private ItemProofDataTable tableItemProof;
        
        private ItemChargeERInfoDataTable tableItemChargeERInfo;
        
        private ItemChargeInfoDataTable tableItemChargeInfo;
        
        private itemchgproofDataTable tableitemchgproof;
        
        public dsStat() {
            this.InitClass();
            System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            this.Tables.CollectionChanged += schemaChangedHandler;
            this.Relations.CollectionChanged += schemaChangedHandler;
        }
        
        protected dsStat(SerializationInfo info, StreamingContext context) {
            string strSchema = ((string)(info.GetValue("XmlSchema", typeof(string))));
            if ((strSchema != null)) {
                DataSet ds = new DataSet();
                ds.ReadXmlSchema(new XmlTextReader(new System.IO.StringReader(strSchema)));
                if ((ds.Tables["ChargeInfo"] != null)) {
                    this.Tables.Add(new ChargeInfoDataTable(ds.Tables["ChargeInfo"]));
                }
                if ((ds.Tables["SarrList"] != null)) {
                    this.Tables.Add(new SarrListDataTable(ds.Tables["SarrList"]));
                }
                if ((ds.Tables["SOweFullInfo"] != null)) {
                    this.Tables.Add(new SOweFullInfoDataTable(ds.Tables["SOweFullInfo"]));
                }
                if ((ds.Tables["SarrList1"] != null)) {
                    this.Tables.Add(new SarrList1DataTable(ds.Tables["SarrList1"]));
                }
                if ((ds.Tables["TarrList"] != null)) {
                    this.Tables.Add(new TarrListDataTable(ds.Tables["TarrList"]));
                }
                if ((ds.Tables["TOweFullInfo"] != null)) {
                    this.Tables.Add(new TOweFullInfoDataTable(ds.Tables["TOweFullInfo"]));
                }
                if ((ds.Tables["SChargeERInfo"] != null)) {
                    this.Tables.Add(new SChargeERInfoDataTable(ds.Tables["SChargeERInfo"]));
                }
                if ((ds.Tables["SChargeInfo"] != null)) {
                    this.Tables.Add(new SChargeInfoDataTable(ds.Tables["SChargeInfo"]));
                }
                if ((ds.Tables["TChargeInfo"] != null)) {
                    this.Tables.Add(new TChargeInfoDataTable(ds.Tables["TChargeInfo"]));
                }
                if ((ds.Tables["TChargeERInfo"] != null)) {
                    this.Tables.Add(new TChargeERInfoDataTable(ds.Tables["TChargeERInfo"]));
                }
                if ((ds.Tables["ItemProof"] != null)) {
                    this.Tables.Add(new ItemProofDataTable(ds.Tables["ItemProof"]));
                }
                if ((ds.Tables["ItemChargeERInfo"] != null)) {
                    this.Tables.Add(new ItemChargeERInfoDataTable(ds.Tables["ItemChargeERInfo"]));
                }
                if ((ds.Tables["ItemChargeInfo"] != null)) {
                    this.Tables.Add(new ItemChargeInfoDataTable(ds.Tables["ItemChargeInfo"]));
                }
                if ((ds.Tables["itemchgproof"] != null)) {
                    this.Tables.Add(new itemchgproofDataTable(ds.Tables["itemchgproof"]));
                }
                this.DataSetName = ds.DataSetName;
                this.Prefix = ds.Prefix;
                this.Namespace = ds.Namespace;
                this.Locale = ds.Locale;
                this.CaseSensitive = ds.CaseSensitive;
                this.EnforceConstraints = ds.EnforceConstraints;
                this.Merge(ds, false, System.Data.MissingSchemaAction.Add);
                this.InitVars();
            }
            else {
                this.InitClass();
            }
            this.GetSerializationData(info, context);
            System.ComponentModel.CollectionChangeEventHandler schemaChangedHandler = new System.ComponentModel.CollectionChangeEventHandler(this.SchemaChanged);
            this.Tables.CollectionChanged += schemaChangedHandler;
            this.Relations.CollectionChanged += schemaChangedHandler;
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public ChargeInfoDataTable ChargeInfo {
            get {
                return this.tableChargeInfo;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public SarrListDataTable SarrList {
            get {
                return this.tableSarrList;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public SOweFullInfoDataTable SOweFullInfo {
            get {
                return this.tableSOweFullInfo;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public SarrList1DataTable SarrList1 {
            get {
                return this.tableSarrList1;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public TarrListDataTable TarrList {
            get {
                return this.tableTarrList;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public TOweFullInfoDataTable TOweFullInfo {
            get {
                return this.tableTOweFullInfo;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public SChargeERInfoDataTable SChargeERInfo {
            get {
                return this.tableSChargeERInfo;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public SChargeInfoDataTable SChargeInfo {
            get {
                return this.tableSChargeInfo;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public TChargeInfoDataTable TChargeInfo {
            get {
                return this.tableTChargeInfo;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public TChargeERInfoDataTable TChargeERInfo {
            get {
                return this.tableTChargeERInfo;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public ItemProofDataTable ItemProof {
            get {
                return this.tableItemProof;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public ItemChargeERInfoDataTable ItemChargeERInfo {
            get {
                return this.tableItemChargeERInfo;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public ItemChargeInfoDataTable ItemChargeInfo {
            get {
                return this.tableItemChargeInfo;
            }
        }
        
        [System.ComponentModel.Browsable(false)]
        [System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
        public itemchgproofDataTable itemchgproof {
            get {
                return this.tableitemchgproof;
            }
        }
        
        public override DataSet Clone() {
            dsStat cln = ((dsStat)(base.Clone()));
            cln.InitVars();
            return cln;
        }
        
        protected override bool ShouldSerializeTables() {
            return false;
        }
        
        protected override bool ShouldSerializeRelations() {
            return false;
        }
        
        protected override void ReadXmlSerializable(XmlReader reader) {
            this.Reset();
            DataSet ds = new DataSet();
            ds.ReadXml(reader);
            if ((ds.Tables["ChargeInfo"] != null)) {
                this.Tables.Add(new ChargeInfoDataTable(ds.Tables["ChargeInfo"]));
            }
            if ((ds.Tables["SarrList"] != null)) {
                this.Tables.Add(new SarrListDataTable(ds.Tables["SarrList"]));
            }
            if ((ds.Tables["SOweFullInfo"] != null)) {
                this.Tables.Add(new SOweFullInfoDataTable(ds.Tables["SOweFullInfo"]));
            }
            if ((ds.Tables["SarrList1"] != null)) {
                this.Tables.Add(new SarrList1DataTable(ds.Tables["SarrList1"]));
            }
            if ((ds.Tables["TarrList"] != null)) {
                this.Tables.Add(new TarrListDataTable(ds.Tables["TarrList"]));
            }
            if ((ds.Tables["TOweFullInfo"] != null)) {
                this.Tables.Add(new TOweFullInfoDataTable(ds.Tables["TOweFullInfo"]));
            }
            if ((ds.Tables["SChargeERInfo"] != null)) {
                this.Tables.Add(new SChargeERInfoDataTable(ds.Tables["SChargeERInfo"]));
            }
            if ((ds.Tables["SChargeInfo"] != null)) {
                this.Tables.Add(new SChargeInfoDataTable(ds.Tables["SChargeInfo"]));
            }
            if ((ds.Tables["TChargeInfo"] != null)) {
                this.Tables.Add(new TChargeInfoDataTable(ds.Tables["TChargeInfo"]));
            }
            if ((ds.Tables["TChargeERInfo"] != null)) {
                this.Tables.Add(new TChargeERInfoDataTable(ds.Tables["TChargeERInfo"]));
            }
            if ((ds.Tables["ItemProof"] != null)) {
                this.Tables.Add(new ItemProofDataTable(ds.Tables["ItemProof"]));
            }
            if ((ds.Tables["ItemChargeERInfo"] != null)) {
                this.Tables.Add(new ItemChargeERInfoDataTable(ds.Tables["ItemChargeERInfo"]));
            }
            if ((ds.Tables["ItemChargeInfo"] != null)) {
                this.Tables.Add(new ItemChargeInfoDataTable(ds.Tables["ItemChargeInfo"]));
            }
            if ((ds.Tables["itemchgproof"] != null)) {
                this.Tables.Add(new itemchgproofDataTable(ds.Tables["itemchgproof"]));
            }
            this.DataSetName = ds.DataSetName;
            this.Prefix = ds.Prefix;
            this.Namespace = ds.Namespace;
            this.Locale = ds.Locale;
            this.CaseSensitive = ds.CaseSensitive;
            this.EnforceConstraints = ds.EnforceConstraints;
            this.Merge(ds, false, System.Data.MissingSchemaAction.Add);
            this.InitVars();
        }
        
        protected override System.Xml.Schema.XmlSchema GetSchemaSerializable() {
            System.IO.MemoryStream stream = new System.IO.MemoryStream();
            this.WriteXmlSchema(new XmlTextWriter(stream, null));
            stream.Position = 0;
            return System.Xml.Schema.XmlSchema.Read(new XmlTextReader(stream), null);
        }
        
        internal void InitVars() {
            this.tableChargeInfo = ((ChargeInfoDataTable)(this.Tables["ChargeInfo"]));
            if ((this.tableChargeInfo != null)) {
                this.tableChargeInfo.InitVars();
            }
            this.tableSarrList = ((SarrListDataTable)(this.Tables["SarrList"]));
            if ((this.tableSarrList != null)) {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -