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

📄 tdsselectedinfo.designer.cs

📁 航空公司用的简单管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
                this.columnBTypeLeftCount = new System.Data.DataColumn("BTypeLeftCount", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnBTypeLeftCount);
                this.columnCTypeLeftCount = new System.Data.DataColumn("CTypeLeftCount", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnCTypeLeftCount);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public BSASelectedInfoRow NewBSASelectedInfoRow() {
                return ((BSASelectedInfoRow)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new BSASelectedInfoRow(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(BSASelectedInfoRow);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.BSASelectedInfoRowChanged != null)) {
                    this.BSASelectedInfoRowChanged(this, new BSASelectedInfoRowChangeEvent(((BSASelectedInfoRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.BSASelectedInfoRowChanging != null)) {
                    this.BSASelectedInfoRowChanging(this, new BSASelectedInfoRowChangeEvent(((BSASelectedInfoRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.BSASelectedInfoRowDeleted != null)) {
                    this.BSASelectedInfoRowDeleted(this, new BSASelectedInfoRowChangeEvent(((BSASelectedInfoRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.BSASelectedInfoRowDeleting != null)) {
                    this.BSASelectedInfoRowDeleting(this, new BSASelectedInfoRowChangeEvent(((BSASelectedInfoRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void RemoveBSASelectedInfoRow(BSASelectedInfoRow row) {
                this.Rows.Remove(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public static System.Xml.Schema.XmlSchemaComplexType GetTypedTableSchema(System.Xml.Schema.XmlSchemaSet xs) {
                System.Xml.Schema.XmlSchemaComplexType type = new System.Xml.Schema.XmlSchemaComplexType();
                System.Xml.Schema.XmlSchemaSequence sequence = new System.Xml.Schema.XmlSchemaSequence();
                tdsSelectedInfo ds = new tdsSelectedInfo();
                xs.Add(ds.GetSchemaSerializable());
                System.Xml.Schema.XmlSchemaAny any1 = new System.Xml.Schema.XmlSchemaAny();
                any1.Namespace = "http://www.w3.org/2001/XMLSchema";
                any1.MinOccurs = new decimal(0);
                any1.MaxOccurs = decimal.MaxValue;
                any1.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any1);
                System.Xml.Schema.XmlSchemaAny any2 = new System.Xml.Schema.XmlSchemaAny();
                any2.Namespace = "urn:schemas-microsoft-com:xml-diffgram-v1";
                any2.MinOccurs = new decimal(1);
                any2.ProcessContents = System.Xml.Schema.XmlSchemaContentProcessing.Lax;
                sequence.Items.Add(any2);
                System.Xml.Schema.XmlSchemaAttribute attribute1 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute1.Name = "namespace";
                attribute1.FixedValue = ds.Namespace;
                type.Attributes.Add(attribute1);
                System.Xml.Schema.XmlSchemaAttribute attribute2 = new System.Xml.Schema.XmlSchemaAttribute();
                attribute2.Name = "tableTypeName";
                attribute2.FixedValue = "BSASelectedInfoDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class BSASelectedInfoRow : System.Data.DataRow {
            
            private BSASelectedInfoDataTable tableBSASelectedInfo;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal BSASelectedInfoRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tableBSASelectedInfo = ((BSASelectedInfoDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int FlightID {
                get {
                    try {
                        return ((int)(this[this.tableBSASelectedInfo.FlightIDColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“FlightID”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.FlightIDColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string FlightNo {
                get {
                    try {
                        return ((string)(this[this.tableBSASelectedInfo.FlightNoColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“FlightNo”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.FlightNoColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string OriginalAddress {
                get {
                    try {
                        return ((string)(this[this.tableBSASelectedInfo.OriginalAddressColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“OriginalAddress”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.OriginalAddressColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string ObjectAddress {
                get {
                    try {
                        return ((string)(this[this.tableBSASelectedInfo.ObjectAddressColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“ObjectAddress”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.ObjectAddressColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string FlightDate {
                get {
                    try {
                        return ((string)(this[this.tableBSASelectedInfo.FlightDateColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“FlightDate”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.FlightDateColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string LeaveTime {
                get {
                    try {
                        return ((string)(this[this.tableBSASelectedInfo.LeaveTimeColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“LeaveTime”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.LeaveTimeColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string ArriveTime {
                get {
                    try {
                        return ((string)(this[this.tableBSASelectedInfo.ArriveTimeColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“ArriveTime”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.ArriveTimeColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string PlaneType {
                get {
                    try {
                        return ((string)(this[this.tableBSASelectedInfo.PlaneTypeColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“PlaneType”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.PlaneTypeColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal APrice {
                get {
                    try {
                        return ((decimal)(this[this.tableBSASelectedInfo.APriceColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“APrice”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.APriceColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal BPrice {
                get {
                    try {
                        return ((decimal)(this[this.tableBSASelectedInfo.BPriceColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“BPrice”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.BPriceColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal CPrice {
                get {
                    try {

⌨️ 快捷键说明

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