Resources Members

MySQL Connector/Net

The Resources type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
CannotDeleteAPopulatedRole
Looks up a localized string similar to Cannot delete a populated role..
CannotRetrieveHashedPasswords
Looks up a localized string similar to Setting EnablePasswordRetrieval to true when PasswordFormat is Hashed is not supported..
CannotUnencodeHashedPwd
Looks up a localized string similar to Cannot unencode a hashed password..
ChangePasswordCanceled
Looks up a localized string similar to Change password operation was canceled..
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
ErrorInitOfMembershipProvider
Looks up a localized string similar to There was an error during membership provider initilization..
ErrorInitOfRoleProvider
Looks up a localized string similar to There was an error during role provider initilization..
ErrorInitProfileProvider
Looks up a localized string similar to There was an error during profile provider initilization..
ErrorResettingPassword
Looks up a localized string similar to There was an error resetting the password..
IllegalRoleName
Looks up a localized string similar to Role names must not be null or empty..
IllegalUserName
Looks up a localized string similar to User names must not be null or empty..
IncorrectPasswordAnswer
Looks up a localized string similar to Incorrect password answer..
InvalidCharactersInUserName
Looks up a localized string similar to Invalid characters in user name..
MissingOrWrongSchema
Looks up a localized string similar to Unable to initialize provider. Missing or incorrect schema..
MonoDoesNotSupportHash
Looks up a localized string similar to The mono runtime did not support hashed passwords. Please use clear or encrypted passwords..
NewPasswordValidationFailed
Looks up a localized string similar to Change password canceled due to New password validation failure..
NotEnoughNonAlphaNumericInPwd
Looks up a localized string similar to Non alpha numeric characters in '{0}' needs to be greater than or equal to '{1}'..
PasswordAnswerInvalid
Looks up a localized string similar to Password answer supplied is invalid..
PasswordNotLongEnough
Looks up a localized string similar to The length of parameter '{0}' needs to be greater or equal to '{1}'..
PasswordQuestionInvalid
Looks up a localized string similar to Password question supplied is invalid..
PasswordRequiredForReset
Looks up a localized string similar to Password answer required for password reset..
PasswordResetCanceledNotValid
Looks up a localized string similar to Reset password canceled due to password validation failure..
PasswordResetNotEnabled
Looks up a localized string similar to Password Reset is not enabled..
PasswordRetrievalNotEnabled
Looks up a localized string similar to Password Retrieval Not Enabled..
ProfileUpdateFailed
Looks up a localized string similar to Profile update failed..
ResourceManager
Returns the cached ResourceManager instance used by this class.
RoleNameAlreadyExists
Looks up a localized string similar to Role name already exists..
RoleNameNotFound
Looks up a localized string similar to Role name not found..
schema1
Looks up a localized string similar to CREATE TABLE mysql_Membership(`PKID` varchar(36) NOT NULL, Username varchar(255) NOT NULL, ApplicationName varchar(255) NOT NULL, Email varchar(128) NOT NULL, Comment varchar(255) default NULL, Password varchar(128) NOT NULL, PasswordQuestion varchar(255) default NULL, PasswordAnswer varchar(255) default NULL, IsApproved tinyint(1) default NULL, LastActivityDate datetim [rest of string was truncated]";.
schema2
Looks up a localized string similar to ALTER TABLE mysql_Membership ADD PasswordKey char(32) AFTER Password, ADD PasswordFormat tinyint AFTER PasswordKey, CHANGE Email Email VARCHAR(128), COMMENT='2'; .
schema3
schema4
Looks up a localized string similar to ALTER TABLE my_aspnet_Membership CONVERT TO CHARACTER SET DEFAULT; ALTER TABLE my_aspnet_Roles CONVERT TO CHARACTER SET DEFAULT; ALTER TABLE my_aspnet_UsersInRoles CONVERT TO CHARACTER SET DEFAULT; UPDATE my_aspnet_SchemaVersion SET version=4 WHERE version=3; .
schema5
schema6
Looks up a localized string similar to ALTER TABLE my_aspnet_Sessions CONVERT TO CHARACTER SET DEFAULT; ALTER TABLE my_aspnet_Sessions MODIFY SessionItems LONGBLOB; UPDATE my_aspnet_SchemaVersion SET version=6;.
UnableToCreateApplication
Looks up a localized string similar to Unable to create application..
UnableToCreateUser
Looks up a localized string similar to Unable to create user..
UnableToLockOutUser
Looks up a localized string similar to Unable to lock out user..
UnableToRetrieveProfileData
Looks up a localized string similar to Unable to retrieve profile data from database..
UnableToUpdateFailureCount
Looks up a localized string similar to Unable to update failure count. Membership database may be corrupt..
UnsupportedPasswordFormat
Looks up a localized string similar to Unsupported password format..
UserIsAlreadyInRole
Looks up a localized string similar to User is already in role..
UserIsLockedOut
Looks up a localized string similar to The supplied user is locked out..
UsernameNotFound
Looks up a localized string similar to Username not found..
UserNotInRole
Looks up a localized string similar to User not in role..
ValidatePasswordCanceled
Looks up a localized string similar to The validate password operation was canceled..

See Also