The UserMembership type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserMembership()()()() | Obsolete. DotNetNuke.Entities.Users.UserMembership |
![]() | UserMembership(UserInfo) | DotNetNuke.Entities.Users.UserMembership |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
Name | Description | |
---|---|---|
![]() | Approved |
Gets and sets whether the User is Approved
|
![]() | CreatedDate |
Gets and sets the User's Creation Date
|
![]() | Obsolete. | |
![]() | IsDeleted |
Gets and sets the User Whether is deleted.
|
![]() | IsOnLine |
Gets and sets whether the User Is Online
|
![]() | LastActivityDate |
Gets and sets the Last Activity Date of the User
|
![]() | LastLockoutDate |
Gets and sets the Last Lock Out Date of the User
|
![]() | LastLoginDate |
Gets and sets the Last Login Date of the User
|
![]() | LastPasswordChangeDate |
Gets and sets the Last Password Change Date of the User
|
![]() | LockedOut |
Gets and sets whether the user is locked out
|
![]() | ObjectHydrated | Obsolete. |
![]() | Password |
Gets and sets the User's Password
|
![]() | PasswordAnswer |
Gets and sets the User's Password Answer
|
![]() | PasswordConfirm |
Gets and sets the User's Password Confirm value
|
![]() | PasswordQuestion |
Gets and sets the User's Password Question
|
![]() | UpdatePassword |
Gets and sets a flag that determines whether the password should be updated
|
![]() | Username | Obsolete. |