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

📄 datauserdetail.designer.cs

📁 通用权限管理平台
💻 CS
📖 第 1 页 / 共 5 页
字号:
                        Address,
                        Postcode,
                        Profession,
                        Account,
                        Signature,
                        EnableSign,
                        Blog,
                        Interest,
                        Image,
                        ImageType,
                        EnableImage,
                        PrivateEmail,
                        EnableReviceEmail,
                        QQ,
                        TelePhone,
                        MobilePhone,
                        Fax};
                this.Rows.Add(rowwmf_UserDetailRow);
                return rowwmf_UserDetailRow;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public wmf_UserDetailRow FindByUserId(System.Guid UserId) {
                return ((wmf_UserDetailRow)(this.Rows.Find(new object[] {
                            UserId})));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public virtual System.Collections.IEnumerator GetEnumerator() {
                return this.Rows.GetEnumerator();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public override System.Data.DataTable Clone() {
                wmf_UserDetailDataTable cln = ((wmf_UserDetailDataTable)(base.Clone()));
                cln.InitVars();
                return cln;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataTable CreateInstance() {
                return new wmf_UserDetailDataTable();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal void InitVars() {
                this.columnUserId = base.Columns["UserId"];
                this.columnUserNo = base.Columns["UserNo"];
                this.columnNickName = base.Columns["NickName"];
                this.columnTrueName = base.Columns["TrueName"];
                this.columnSex = base.Columns["Sex"];
                this.columnBirthDay = base.Columns["BirthDay"];
                this.columnIdCard = base.Columns["IdCard"];
                this.columnCountry = base.Columns["Country"];
                this.columnProvince = base.Columns["Province"];
                this.columnCity = base.Columns["City"];
                this.columnAddress = base.Columns["Address"];
                this.columnPostcode = base.Columns["Postcode"];
                this.columnProfession = base.Columns["Profession"];
                this.columnAccount = base.Columns["Account"];
                this.columnSignature = base.Columns["Signature"];
                this.columnEnableSign = base.Columns["EnableSign"];
                this.columnBlog = base.Columns["Blog"];
                this.columnInterest = base.Columns["Interest"];
                this.columnImage = base.Columns["Image"];
                this.columnImageType = base.Columns["ImageType"];
                this.columnEnableImage = base.Columns["EnableImage"];
                this.columnPrivateEmail = base.Columns["PrivateEmail"];
                this.columnEnableReviceEmail = base.Columns["EnableReviceEmail"];
                this.columnQQ = base.Columns["QQ"];
                this.columnTelePhone = base.Columns["TelePhone"];
                this.columnMobilePhone = base.Columns["MobilePhone"];
                this.columnFax = base.Columns["Fax"];
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            private void InitClass() {
                this.columnUserId = new System.Data.DataColumn("UserId", typeof(System.Guid), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnUserId);
                this.columnUserNo = new System.Data.DataColumn("UserNo", typeof(int), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnUserNo);
                this.columnNickName = new System.Data.DataColumn("NickName", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnNickName);
                this.columnTrueName = new System.Data.DataColumn("TrueName", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnTrueName);
                this.columnSex = new System.Data.DataColumn("Sex", typeof(bool), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnSex);
                this.columnBirthDay = new System.Data.DataColumn("BirthDay", typeof(System.DateTime), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnBirthDay);
                this.columnIdCard = new System.Data.DataColumn("IdCard", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnIdCard);
                this.columnCountry = new System.Data.DataColumn("Country", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnCountry);
                this.columnProvince = new System.Data.DataColumn("Province", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnProvince);
                this.columnCity = new System.Data.DataColumn("City", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnCity);
                this.columnAddress = new System.Data.DataColumn("Address", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnAddress);
                this.columnPostcode = new System.Data.DataColumn("Postcode", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnPostcode);
                this.columnProfession = new System.Data.DataColumn("Profession", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnProfession);
                this.columnAccount = new System.Data.DataColumn("Account", typeof(decimal), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnAccount);
                this.columnSignature = new System.Data.DataColumn("Signature", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnSignature);
                this.columnEnableSign = new System.Data.DataColumn("EnableSign", typeof(bool), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEnableSign);
                this.columnBlog = new System.Data.DataColumn("Blog", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnBlog);
                this.columnInterest = new System.Data.DataColumn("Interest", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnInterest);
                this.columnImage = new System.Data.DataColumn("Image", typeof(byte[]), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnImage);
                this.columnImageType = new System.Data.DataColumn("ImageType", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnImageType);
                this.columnEnableImage = new System.Data.DataColumn("EnableImage", typeof(bool), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEnableImage);
                this.columnPrivateEmail = new System.Data.DataColumn("PrivateEmail", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnPrivateEmail);
                this.columnEnableReviceEmail = new System.Data.DataColumn("EnableReviceEmail", typeof(bool), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnEnableReviceEmail);
                this.columnQQ = new System.Data.DataColumn("QQ", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnQQ);
                this.columnTelePhone = new System.Data.DataColumn("TelePhone", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnTelePhone);
                this.columnMobilePhone = new System.Data.DataColumn("MobilePhone", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnMobilePhone);
                this.columnFax = new System.Data.DataColumn("Fax", typeof(string), null, System.Data.MappingType.Element);
                base.Columns.Add(this.columnFax);
                this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
                                this.columnUserId}, true));
                this.columnUserId.AllowDBNull = false;
                this.columnUserId.Unique = true;
                this.columnNickName.MaxLength = 50;
                this.columnTrueName.MaxLength = 50;
                this.columnIdCard.MaxLength = 20;
                this.columnCountry.MaxLength = 50;
                this.columnProvince.MaxLength = 50;
                this.columnCity.MaxLength = 50;
                this.columnAddress.MaxLength = 50;
                this.columnPostcode.MaxLength = 50;
                this.columnProfession.MaxLength = 50;
                this.columnSignature.MaxLength = 50;
                this.columnBlog.MaxLength = 50;
                this.columnInterest.MaxLength = 50;
                this.columnImageType.MaxLength = 50;
                this.columnPrivateEmail.MaxLength = 50;
                this.columnQQ.AllowDBNull = false;
                this.columnQQ.MaxLength = 50;
                this.columnTelePhone.MaxLength = 100;
                this.columnMobilePhone.MaxLength = 100;
                this.columnFax.MaxLength = 50;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public wmf_UserDetailRow Newwmf_UserDetailRow() {
                return ((wmf_UserDetailRow)(this.NewRow()));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
                return new wmf_UserDetailRow(builder);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override System.Type GetRowType() {
                return typeof(wmf_UserDetailRow);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanged(e);
                if ((this.wmf_UserDetailRowChanged != null)) {
                    this.wmf_UserDetailRowChanged(this, new wmf_UserDetailRowChangeEvent(((wmf_UserDetailRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
                base.OnRowChanging(e);
                if ((this.wmf_UserDetailRowChanging != null)) {
                    this.wmf_UserDetailRowChanging(this, new wmf_UserDetailRowChangeEvent(((wmf_UserDetailRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleted(e);
                if ((this.wmf_UserDetailRowDeleted != null)) {
                    this.wmf_UserDetailRowDeleted(this, new wmf_UserDetailRowChangeEvent(((wmf_UserDetailRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
                base.OnRowDeleting(e);
                if ((this.wmf_UserDetailRowDeleting != null)) {
                    this.wmf_UserDetailRowDeleting(this, new wmf_UserDetailRowChangeEvent(((wmf_UserDetailRow)(e.Row)), e.Action));
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Removewmf_UserDetailRow(wmf_UserDetailRow 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();
                DataUserDetail ds = new DataUserDetail();
                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 = "wmf_UserDetailDataTable";
                type.Attributes.Add(attribute2);
                type.Particle = sequence;
                return type;
            }
        }
        
        [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
        public partial class wmf_UserDetailRow : System.Data.DataRow {
            
            private wmf_UserDetailDataTable tablewmf_UserDetail;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal wmf_UserDetailRow(System.Data.DataRowBuilder rb) : 
                    base(rb) {
                this.tablewmf_UserDetail = ((wmf_UserDetailDataTable)(this.Table));
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Guid UserId {
                get {
                    return ((System.Guid)(this[this.tablewmf_UserDetail.UserIdColumn]));
                }
                set {
                    this[this.tablewmf_UserDetail.UserIdColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public int UserNo {
                get {
                    try {
                        return ((int)(this[this.tablewmf_UserDetail.UserNoColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“wmf_UserDetail”中列“UserNo”的值为 DBNull。", e);
                    }
                }
                set {
                    this[this.tablewmf_UserDetail.UserNoColumn] = value;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public string NickName {
                get {
                    try {
                        return ((string)(this[this.tablewmf_UserDetail.NickNameColumn]));
                    }
                    catch (System.InvalidCastException e) {
                        throw new System.Data.StrongTypingException("表“wmf_UserDetail”中列“NickName”的值为 DBNull。", e);
                    }
                }

⌨️ 快捷键说明

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