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

📄 datamembership.designer.cs

📁 通用权限管理平台
💻 CS
📖 第 1 页 / 共 5 页
字号:
            private System.Data.DataColumn columnPasswordSalt;
            
            private System.Data.DataColumn columnMobilePIN;
            
            private System.Data.DataColumn columnEmail;
            
            private System.Data.DataColumn columnLoweredEmail;
            
            private System.Data.DataColumn columnPasswordQuestion;
            
            private System.Data.DataColumn columnPasswordAnswer;
            
            private System.Data.DataColumn columnIsApproved;
            
            private System.Data.DataColumn columnIsLockedOut;
            
            private System.Data.DataColumn columnCreateDate;
            
            private System.Data.DataColumn columnLastLoginDate;
            
            private System.Data.DataColumn columnLastPasswordChangedDate;
            
            private System.Data.DataColumn columnLastLockoutDate;
            
            private System.Data.DataColumn columnFailedPasswordAttemptCount;
            
            private System.Data.DataColumn columnFailedPasswordAttemptWindowStart;
            
            private System.Data.DataColumn columnFailedPasswordAnswerAttemptCount;
            
            private System.Data.DataColumn columnFailedPasswordAnswerAttemptWindowStart;
            
            private System.Data.DataColumn columnComment;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public aspnet_MembershipDataTable() {
                this.TableName = "aspnet_Membership";
                this.BeginInit();
                this.InitClass();
                this.EndInit();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            internal aspnet_MembershipDataTable(System.Data.DataTable table) {
                this.TableName = table.TableName;
                if ((table.CaseSensitive != table.DataSet.CaseSensitive)) {
                    this.CaseSensitive = table.CaseSensitive;
                }
                if ((table.Locale.ToString() != table.DataSet.Locale.ToString())) {
                    this.Locale = table.Locale;
                }
                if ((table.Namespace != table.DataSet.Namespace)) {
                    this.Namespace = table.Namespace;
                }
                this.Prefix = table.Prefix;
                this.MinimumCapacity = table.MinimumCapacity;
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            protected aspnet_MembershipDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) : 
                    base(info, context) {
                this.InitVars();
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn ApplicationIdColumn {
                get {
                    return this.columnApplicationId;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn UserIdColumn {
                get {
                    return this.columnUserId;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn PasswordColumn {
                get {
                    return this.columnPassword;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn PasswordFormatColumn {
                get {
                    return this.columnPasswordFormat;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn PasswordSaltColumn {
                get {
                    return this.columnPasswordSalt;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn MobilePINColumn {
                get {
                    return this.columnMobilePIN;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn EmailColumn {
                get {
                    return this.columnEmail;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn LoweredEmailColumn {
                get {
                    return this.columnLoweredEmail;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn PasswordQuestionColumn {
                get {
                    return this.columnPasswordQuestion;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn PasswordAnswerColumn {
                get {
                    return this.columnPasswordAnswer;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn IsApprovedColumn {
                get {
                    return this.columnIsApproved;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn IsLockedOutColumn {
                get {
                    return this.columnIsLockedOut;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn CreateDateColumn {
                get {
                    return this.columnCreateDate;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn LastLoginDateColumn {
                get {
                    return this.columnLastLoginDate;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn LastPasswordChangedDateColumn {
                get {
                    return this.columnLastPasswordChangedDate;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn LastLockoutDateColumn {
                get {
                    return this.columnLastLockoutDate;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn FailedPasswordAttemptCountColumn {
                get {
                    return this.columnFailedPasswordAttemptCount;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn FailedPasswordAttemptWindowStartColumn {
                get {
                    return this.columnFailedPasswordAttemptWindowStart;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn FailedPasswordAnswerAttemptCountColumn {
                get {
                    return this.columnFailedPasswordAnswerAttemptCount;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn FailedPasswordAnswerAttemptWindowStartColumn {
                get {
                    return this.columnFailedPasswordAnswerAttemptWindowStart;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public System.Data.DataColumn CommentColumn {
                get {
                    return this.columnComment;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            [System.ComponentModel.Browsable(false)]
            public int Count {
                get {
                    return this.Rows.Count;
                }
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public aspnet_MembershipRow this[int index] {
                get {
                    return ((aspnet_MembershipRow)(this.Rows[index]));
                }
            }
            
            public event aspnet_MembershipRowChangeEventHandler aspnet_MembershipRowChanging;
            
            public event aspnet_MembershipRowChangeEventHandler aspnet_MembershipRowChanged;
            
            public event aspnet_MembershipRowChangeEventHandler aspnet_MembershipRowDeleting;
            
            public event aspnet_MembershipRowChangeEventHandler aspnet_MembershipRowDeleted;
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public void Addaspnet_MembershipRow(aspnet_MembershipRow row) {
                this.Rows.Add(row);
            }
            
            [System.Diagnostics.DebuggerNonUserCodeAttribute()]
            public aspnet_MembershipRow Addaspnet_MembershipRow(
                        System.Guid ApplicationId, 
                        System.Guid UserId, 
                        string Password, 
                        int PasswordFormat, 
                        string PasswordSalt, 
                        string MobilePIN, 
                        string Email, 
                        string LoweredEmail, 
                        string PasswordQuestion, 
                        string PasswordAnswer, 
                        bool IsApproved, 
                        bool IsLockedOut, 
                        System.DateTime CreateDate, 
                        System.DateTime LastLoginDate, 
                        System.DateTime LastPasswordChangedDate, 
                        System.DateTime LastLockoutDate, 
                        int FailedPasswordAttemptCount, 
                        System.DateTime FailedPasswordAttemptWindowStart, 
                        int FailedPasswordAnswerAttemptCount, 
                        System.DateTime FailedPasswordAnswerAttemptWindowStart, 
                        string Comment) {
                aspnet_MembershipRow rowaspnet_MembershipRow = ((aspnet_MembershipRow)(this.NewRow()));
                rowaspnet_MembershipRow.ItemArray = new object[] {
                        ApplicationId,
                        UserId,

⌨️ 快捷键说明

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