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

📄 tdsselectedinfo.designer.cs

📁 航空公司用的简单管理系统
💻 CS
📖 第 1 页 / 共 4 页
字号:
                        return ((decimal)(this[this.tableBSASelectedInfo.CPriceColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“CPrice”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.CPriceColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public decimal AgioRatio {
                get {
                    try {
                        return ((decimal)(this[this.tableBSASelectedInfo.AgioRatioColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“AgioRatio”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.AgioRatioColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int ATypeLeftCount {
                get {
                    try {
                        return ((int)(this[this.tableBSASelectedInfo.ATypeLeftCountColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“ATypeLeftCount”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.ATypeLeftCountColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int BTypeLeftCount {
                get {
                    try {
                        return ((int)(this[this.tableBSASelectedInfo.BTypeLeftCountColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“BTypeLeftCount”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.BTypeLeftCountColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int CTypeLeftCount {
                get {
                    try {
                        return ((int)(this[this.tableBSASelectedInfo.CTypeLeftCountColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“BSASelectedInfo”中列“CTypeLeftCount”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tableBSASelectedInfo.CTypeLeftCountColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsFlightIDNull() {
                return this.IsNull(this.tableBSASelectedInfo.FlightIDColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetFlightIDNull() {
                this[this.tableBSASelectedInfo.FlightIDColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsFlightNoNull() {
                return this.IsNull(this.tableBSASelectedInfo.FlightNoColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetFlightNoNull() {
                this[this.tableBSASelectedInfo.FlightNoColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsOriginalAddressNull() {
                return this.IsNull(this.tableBSASelectedInfo.OriginalAddressColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetOriginalAddressNull() {
                this[this.tableBSASelectedInfo.OriginalAddressColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsObjectAddressNull() {
                return this.IsNull(this.tableBSASelectedInfo.ObjectAddressColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetObjectAddressNull() {
                this[this.tableBSASelectedInfo.ObjectAddressColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsFlightDateNull() {
                return this.IsNull(this.tableBSASelectedInfo.FlightDateColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetFlightDateNull() {
                this[this.tableBSASelectedInfo.FlightDateColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsLeaveTimeNull() {
                return this.IsNull(this.tableBSASelectedInfo.LeaveTimeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetLeaveTimeNull() {
                this[this.tableBSASelectedInfo.LeaveTimeColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsArriveTimeNull() {
                return this.IsNull(this.tableBSASelectedInfo.ArriveTimeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetArriveTimeNull() {
                this[this.tableBSASelectedInfo.ArriveTimeColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsPlaneTypeNull() {
                return this.IsNull(this.tableBSASelectedInfo.PlaneTypeColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetPlaneTypeNull() {
                this[this.tableBSASelectedInfo.PlaneTypeColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsAPriceNull() {
                return this.IsNull(this.tableBSASelectedInfo.APriceColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetAPriceNull() {
                this[this.tableBSASelectedInfo.APriceColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsBPriceNull() {
                return this.IsNull(this.tableBSASelectedInfo.BPriceColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetBPriceNull() {
                this[this.tableBSASelectedInfo.BPriceColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsCPriceNull() {
                return this.IsNull(this.tableBSASelectedInfo.CPriceColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetCPriceNull() {
                this[this.tableBSASelectedInfo.CPriceColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsAgioRatioNull() {
                return this.IsNull(this.tableBSASelectedInfo.AgioRatioColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetAgioRatioNull() {
                this[this.tableBSASelectedInfo.AgioRatioColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsATypeLeftCountNull() {
                return this.IsNull(this.tableBSASelectedInfo.ATypeLeftCountColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetATypeLeftCountNull() {
                this[this.tableBSASelectedInfo.ATypeLeftCountColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsBTypeLeftCountNull() {
                return this.IsNull(this.tableBSASelectedInfo.BTypeLeftCountColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetBTypeLeftCountNull() {
                this[this.tableBSASelectedInfo.BTypeLeftCountColumn] = System.Convert.DBNull;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public bool IsCTypeLeftCountNull() {
                return this.IsNull(this.tableBSASelectedInfo.CTypeLeftCountColumn);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void SetCTypeLeftCountNull() {
                this[this.tableBSASelectedInfo.CTypeLeftCountColumn] = System.Convert.DBNull;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public class BSASelectedInfoRowChangeEvent : System.EventArgs {
            
            private BSASelectedInfoRow eventRow;
            
            private System.Data.DataRowAction eventAction;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public BSASelectedInfoRowChangeEvent(BSASelectedInfoRow row, System.Data.DataRowAction action) {
                this.eventRow = row;
                this.eventAction = action;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public BSASelectedInfoRow Row {
                get {
                    return this.eventRow;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataRowAction Action {
                get {
                    return this.eventAction;
                }
            }
        }
    }
}

#pragma warning restore 1591

⌨️ 快捷键说明

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