MembershipEntity Class

 

Represents the entity of the provider membership.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

System.Object
  System.Web.Providers.Entities.MembershipEntity

[TableAttribute("Memberships")]
public class MembershipEntity

NameDescription
System_CAPS_pubmethodMembershipEntity()

Initializes a new instance of the MembershipEntity class.

NameDescription
System_CAPS_pubpropertyApplication

Gets or sets the entity provider application.

System_CAPS_pubpropertyApplicationId

Gets or sets the application identifier.

System_CAPS_pubpropertyComment

Gets or sets the entity comment.

System_CAPS_pubpropertyCreateDate

Gets or sets the date when the entity was created.

System_CAPS_pubpropertyEmail

Gets or sets the entity e-mail.

System_CAPS_pubpropertyFailedPasswordAnswerAttemptCount

Gets or sets the number of attempt for the failed password answer.

System_CAPS_pubpropertyFailedPasswordAnswerAttemptWindowsStart

Gets or sets the start date and time when the password answer attempt has failed.

System_CAPS_pubpropertyFailedPasswordAttemptCount

Gets or sets the number of failed password attempt.

System_CAPS_pubpropertyFailedPasswordAttemptWindowStart

Gets or sets the start date and time associated with the failed password attempt.

System_CAPS_pubpropertyIsApproved

Gets or sets whether the entity is approved.

System_CAPS_pubpropertyIsLockedOut

Gets or sets whether the entity has been locked out.

System_CAPS_pubpropertyLastLockoutDate

Gets or sets the last lock out date of the entity.

System_CAPS_pubpropertyLastLoginDate

Gets or sets the last login date associated with the entity.

System_CAPS_pubpropertyLastPasswordChangedDate

Gets or sets the last time the password has been changed.

System_CAPS_pubpropertyPassword

Gets or sets the entity password.

System_CAPS_pubpropertyPasswordAnswer

Gets or sets the password answer.

System_CAPS_pubpropertyPasswordFormat

Gets or sets the password format.

System_CAPS_pubpropertyPasswordQuestion

Gets or sets the password question.

System_CAPS_pubpropertyPasswordSalt

Gets or sets the password salt.

System_CAPS_pubpropertyUser

Gets or sets the entity user.

System_CAPS_pubpropertyUserId

Gets or sets the entity user identifier.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: