📄 datamembership.designer.cs
字号:
Password,
PasswordFormat,
PasswordSalt,
MobilePIN,
Email,
LoweredEmail,
PasswordQuestion,
PasswordAnswer,
IsApproved,
IsLockedOut,
CreateDate,
LastLoginDate,
LastPasswordChangedDate,
LastLockoutDate,
FailedPasswordAttemptCount,
FailedPasswordAttemptWindowStart,
FailedPasswordAnswerAttemptCount,
FailedPasswordAnswerAttemptWindowStart,
Comment};
this.Rows.Add(rowaspnet_MembershipRow);
return rowaspnet_MembershipRow;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public aspnet_MembershipRow FindByUserId(System.Guid UserId) {
return ((aspnet_MembershipRow)(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() {
aspnet_MembershipDataTable cln = ((aspnet_MembershipDataTable)(base.Clone()));
cln.InitVars();
return cln;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataTable CreateInstance() {
return new aspnet_MembershipDataTable();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal void InitVars() {
this.columnApplicationId = base.Columns["ApplicationId"];
this.columnUserId = base.Columns["UserId"];
this.columnPassword = base.Columns["Password"];
this.columnPasswordFormat = base.Columns["PasswordFormat"];
this.columnPasswordSalt = base.Columns["PasswordSalt"];
this.columnMobilePIN = base.Columns["MobilePIN"];
this.columnEmail = base.Columns["Email"];
this.columnLoweredEmail = base.Columns["LoweredEmail"];
this.columnPasswordQuestion = base.Columns["PasswordQuestion"];
this.columnPasswordAnswer = base.Columns["PasswordAnswer"];
this.columnIsApproved = base.Columns["IsApproved"];
this.columnIsLockedOut = base.Columns["IsLockedOut"];
this.columnCreateDate = base.Columns["CreateDate"];
this.columnLastLoginDate = base.Columns["LastLoginDate"];
this.columnLastPasswordChangedDate = base.Columns["LastPasswordChangedDate"];
this.columnLastLockoutDate = base.Columns["LastLockoutDate"];
this.columnFailedPasswordAttemptCount = base.Columns["FailedPasswordAttemptCount"];
this.columnFailedPasswordAttemptWindowStart = base.Columns["FailedPasswordAttemptWindowStart"];
this.columnFailedPasswordAnswerAttemptCount = base.Columns["FailedPasswordAnswerAttemptCount"];
this.columnFailedPasswordAnswerAttemptWindowStart = base.Columns["FailedPasswordAnswerAttemptWindowStart"];
this.columnComment = base.Columns["Comment"];
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private void InitClass() {
this.columnApplicationId = new System.Data.DataColumn("ApplicationId", typeof(System.Guid), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnApplicationId);
this.columnUserId = new System.Data.DataColumn("UserId", typeof(System.Guid), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnUserId);
this.columnPassword = new System.Data.DataColumn("Password", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnPassword);
this.columnPasswordFormat = new System.Data.DataColumn("PasswordFormat", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnPasswordFormat);
this.columnPasswordSalt = new System.Data.DataColumn("PasswordSalt", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnPasswordSalt);
this.columnMobilePIN = new System.Data.DataColumn("MobilePIN", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnMobilePIN);
this.columnEmail = new System.Data.DataColumn("Email", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnEmail);
this.columnLoweredEmail = new System.Data.DataColumn("LoweredEmail", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnLoweredEmail);
this.columnPasswordQuestion = new System.Data.DataColumn("PasswordQuestion", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnPasswordQuestion);
this.columnPasswordAnswer = new System.Data.DataColumn("PasswordAnswer", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnPasswordAnswer);
this.columnIsApproved = new System.Data.DataColumn("IsApproved", typeof(bool), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnIsApproved);
this.columnIsLockedOut = new System.Data.DataColumn("IsLockedOut", typeof(bool), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnIsLockedOut);
this.columnCreateDate = new System.Data.DataColumn("CreateDate", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnCreateDate);
this.columnLastLoginDate = new System.Data.DataColumn("LastLoginDate", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnLastLoginDate);
this.columnLastPasswordChangedDate = new System.Data.DataColumn("LastPasswordChangedDate", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnLastPasswordChangedDate);
this.columnLastLockoutDate = new System.Data.DataColumn("LastLockoutDate", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnLastLockoutDate);
this.columnFailedPasswordAttemptCount = new System.Data.DataColumn("FailedPasswordAttemptCount", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnFailedPasswordAttemptCount);
this.columnFailedPasswordAttemptWindowStart = new System.Data.DataColumn("FailedPasswordAttemptWindowStart", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnFailedPasswordAttemptWindowStart);
this.columnFailedPasswordAnswerAttemptCount = new System.Data.DataColumn("FailedPasswordAnswerAttemptCount", typeof(int), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnFailedPasswordAnswerAttemptCount);
this.columnFailedPasswordAnswerAttemptWindowStart = new System.Data.DataColumn("FailedPasswordAnswerAttemptWindowStart", typeof(System.DateTime), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnFailedPasswordAnswerAttemptWindowStart);
this.columnComment = new System.Data.DataColumn("Comment", typeof(string), null, System.Data.MappingType.Element);
base.Columns.Add(this.columnComment);
this.Constraints.Add(new System.Data.UniqueConstraint("Constraint1", new System.Data.DataColumn[] {
this.columnUserId}, true));
this.columnApplicationId.AllowDBNull = false;
this.columnUserId.AllowDBNull = false;
this.columnUserId.Unique = true;
this.columnPassword.AllowDBNull = false;
this.columnPassword.MaxLength = 128;
this.columnPasswordFormat.AllowDBNull = false;
this.columnPasswordSalt.AllowDBNull = false;
this.columnPasswordSalt.MaxLength = 128;
this.columnMobilePIN.MaxLength = 16;
this.columnEmail.MaxLength = 256;
this.columnLoweredEmail.MaxLength = 256;
this.columnPasswordQuestion.MaxLength = 256;
this.columnPasswordAnswer.MaxLength = 128;
this.columnIsApproved.AllowDBNull = false;
this.columnIsLockedOut.AllowDBNull = false;
this.columnCreateDate.AllowDBNull = false;
this.columnLastLoginDate.AllowDBNull = false;
this.columnLastPasswordChangedDate.AllowDBNull = false;
this.columnLastLockoutDate.AllowDBNull = false;
this.columnFailedPasswordAttemptCount.AllowDBNull = false;
this.columnFailedPasswordAttemptWindowStart.AllowDBNull = false;
this.columnFailedPasswordAnswerAttemptCount.AllowDBNull = false;
this.columnFailedPasswordAnswerAttemptWindowStart.AllowDBNull = false;
this.columnComment.MaxLength = 1073741823;
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public aspnet_MembershipRow Newaspnet_MembershipRow() {
return ((aspnet_MembershipRow)(this.NewRow()));
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) {
return new aspnet_MembershipRow(builder);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override System.Type GetRowType() {
return typeof(aspnet_MembershipRow);
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanged(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanged(e);
if ((this.aspnet_MembershipRowChanged != null)) {
this.aspnet_MembershipRowChanged(this, new aspnet_MembershipRowChangeEvent(((aspnet_MembershipRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowChanging(System.Data.DataRowChangeEventArgs e) {
base.OnRowChanging(e);
if ((this.aspnet_MembershipRowChanging != null)) {
this.aspnet_MembershipRowChanging(this, new aspnet_MembershipRowChangeEvent(((aspnet_MembershipRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleted(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleted(e);
if ((this.aspnet_MembershipRowDeleted != null)) {
this.aspnet_MembershipRowDeleted(this, new aspnet_MembershipRowChangeEvent(((aspnet_MembershipRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
protected override void OnRowDeleting(System.Data.DataRowChangeEventArgs e) {
base.OnRowDeleting(e);
if ((this.aspnet_MembershipRowDeleting != null)) {
this.aspnet_MembershipRowDeleting(this, new aspnet_MembershipRowChangeEvent(((aspnet_MembershipRow)(e.Row)), e.Action));
}
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public void Removeaspnet_MembershipRow(aspnet_MembershipRow 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();
DataMembership ds = new DataMembership();
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 = "aspnet_MembershipDataTable";
type.Attributes.Add(attribute2);
type.Particle = sequence;
return type;
}
}
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "2.0.0.0")]
[System.Serializable()]
[System.Xml.Serialization.XmlSchemaProviderAttribute("GetTypedTableSchema")]
public partial class aspnet_RolesDataTable : System.Data.DataTable, System.Collections.IEnumerable {
private System.Data.DataColumn columnApplicationId;
private System.Data.DataColumn columnRoleId;
private System.Data.DataColumn columnRoleName;
private System.Data.DataColumn columnLoweredRoleName;
private System.Data.DataColumn columnDescription;
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
public aspnet_RolesDataTable() {
this.TableName = "aspnet_Roles";
this.BeginInit();
this.InitClass();
this.EndInit();
}
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
internal aspnet_RolesDataTable(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_RolesDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) :
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -