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

📄 myhousedataset1.designer.cs

📁 C++编写的房产中介管理系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
                base.Columns.Add(this.column配套设施);
                this.column车位 = new System.Data.DataColumn("车位", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column车位);
                this.column权证名称 = new System.Data.DataColumn("权证名称", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column权证名称);
                this.column权证编号 = new System.Data.DataColumn("权证编号", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column权证编号);
                this.column公钥数量 = new System.Data.DataColumn("公钥数量", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column公钥数量);
                this.column私钥数量 = new System.Data.DataColumn("私钥数量", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column私钥数量);
                this.column出售底价 = new System.Data.DataColumn("出售底价", typeof(double), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column出售底价);
                this.column付款方式 = new System.Data.DataColumn("付款方式", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column付款方式);
                this.column货币名称 = new System.Data.DataColumn("货币名称", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column货币名称);
                this.column付佣类别 = new System.Data.DataColumn("付佣类别", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column付佣类别);
                this.column业主姓名 = new System.Data.DataColumn("业主姓名", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column业主姓名);
                this.column业主电话 = new System.Data.DataColumn("业主电话", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column业主电话);
                this.column联系人 = new System.Data.DataColumn("联系人", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column联系人);
                this.column联系电话 = new System.Data.DataColumn("联系电话", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column联系电话);
                this.column委托方式 = new System.Data.DataColumn("委托方式", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column委托方式);
                this.column委托日期 = new System.Data.DataColumn("委托日期", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column委托日期);
                this.column截止日期 = new System.Data.DataColumn("截止日期", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column截止日期);
                this.column信息来源 = new System.Data.DataColumn("信息来源", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column信息来源);
                this.column推荐房源 = new System.Data.DataColumn("推荐房源", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column推荐房源);
                this.column业主保密 = new System.Data.DataColumn("业主保密", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column业主保密);
                this.column房源保密 = new System.Data.DataColumn("房源保密", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column房源保密);
                this.column录入人员 = new System.Data.DataColumn("录入人员", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column录入人员);
                this.column经纪人 = new System.Data.DataColumn("经纪人", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column经纪人);
                this.column状态 = new System.Data.DataColumn("状态", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column状态);
                this.column说明 = new System.Data.DataColumn("说明", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.column说明);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.column自编号}, true));
                this.column自编号.AllowDBNull = false;
                this.column自编号.Unique = true;
                this.column自编号.MaxLength = 50;
                this.column所在城区.MaxLength = 50;
                this.column具体位置.MaxLength = 250;
                this.column公交线路.MaxLength = 250;
                this.column楼盘名称.MaxLength = 50;
                this.column配套环境.MaxLength = 250;
                this.column座栋.MaxLength = 50;
                this.column房号.MaxLength = 50;
                this.column朝向.MaxLength = 50;
                this.column物管费.MaxLength = 50;
                this.column楼层类型.MaxLength = 50;
                this.column土地性质.MaxLength = 50;
                this.column产权性质.MaxLength = 50;
                this.column房屋用途.MaxLength = 50;
                this.column房屋结构.MaxLength = 50;
                this.column装修级别.MaxLength = 50;
                this.column装修说明.MaxLength = 250;
                this.column房屋说明.MaxLength = 250;
                this.column家私.MaxLength = 250;
                this.column家电.MaxLength = 250;
                this.column配套设施.MaxLength = 250;
                this.column车位.MaxLength = 50;
                this.column权证名称.MaxLength = 50;
                this.column权证编号.MaxLength = 50;
                this.column付款方式.MaxLength = 50;
                this.column货币名称.MaxLength = 50;
                this.column付佣类别.MaxLength = 50;
                this.column业主姓名.MaxLength = 50;
                this.column业主电话.MaxLength = 50;
                this.column联系人.MaxLength = 50;
                this.column联系电话.MaxLength = 50;
                this.column委托方式.MaxLength = 50;
                this.column信息来源.MaxLength = 50;
                this.column录入人员.MaxLength = 50;
                this.column经纪人.MaxLength = 50;
                this.column状态.MaxLength = 50;
                this.column说明.MaxLength = 1500;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public 出售房源管理Row New出售房源管理Row() {
                return ((出售房源管理Row)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new 出售房源管理Row(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(出售房源管理Row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.出售房源管理RowChanged != null)) {
                    this.出售房源管理RowChanged(this, new 出售房源管理RowChangeEvent(((出售房源管理Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.出售房源管理RowChanging != null)) {
                    this.出售房源管理RowChanging(this, new 出售房源管理RowChangeEvent(((出售房源管理Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.出售房源管理RowDeleted != null)) {
                    this.出售房源管理RowDeleted(this, new 出售房源管理RowChangeEvent(((出售房源管理Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.出售房源管理RowDeleting != null)) {
                    this.出售房源管理RowDeleting(this, new 出售房源管理RowChangeEvent(((出售房源管理Row)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Remove出售房源管理Row(出售房源管理Row 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();
                MyHouseDataSet1 ds = new MyHouseDataSet1();
                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 = "出售房源管理DataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class 出售房源管理Row : System.Data.DataRow {
            
            private 出售房源管理DataTable table出售房源管理;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal 出售房源管理Row(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.table出售房源管理 = ((出售房源管理DataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 自编号 {
                get {
                    return ((string)(this[this.table出售房源管理.自编号Column]));
                }
                set {
                    this[this.table出售房源管理.自编号Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 所在城区 {
                get {
                    try {
                        return ((string)(this[this.table出售房源管理.所在城区Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“出售房源管理”中列“所在城区”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table出售房源管理.所在城区Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 具体位置 {
                get {
                    try {
                        return ((string)(this[this.table出售房源管理.具体位置Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“出售房源管理”中列“具体位置”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table出售房源管理.具体位置Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 公交线路 {
                get {
                    try {
                        return ((string)(this[this.table出售房源管理.公交线路Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“出售房源管理”中列“公交线路”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table出售房源管理.公交线路Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 楼盘名称 {
                get {
                    try {
                        return ((string)(this[this.table出售房源管理.楼盘名称Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“出售房源管理”中列“楼盘名称”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.table出售房源管理.楼盘名称Column] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string 配套环境 {
                get {
                    try {
                        return ((string)(this[this.table出售房源管理.配套环境Column]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“出售房源管理”中列“配套环境”的值为 DBNull。", e);
                    }
                }
                set {
       

⌨️ 快捷键说明

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