Class UserMembership
The UserMembership class provides Business Layer model for the Users Membership related properties.
Inheritance
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class UserMembership : object
Constructors
| Improve this Doc View SourceUserMembership()
Initializes a new instance of the UserMembership class.
Declaration
public UserMembership()
UserMembership(UserInfo)
Initializes a new instance of the UserMembership class.
Declaration
public UserMembership(UserInfo user)
Parameters
Type | Name | Description |
---|---|---|
UserInfo | user |
Properties
| Improve this Doc View SourceApproved
Gets or sets a value indicating whether the User is Approved.
Declaration
public bool Approved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
CreatedDate
Gets or sets the User's Creation Date.
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
IsDeleted
Gets or sets a value indicating whether gets and sets the User Whether is deleted.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOnLine
Gets or sets a value indicating whether the User Is Online.
Declaration
public bool IsOnLine { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastActivityDate
Gets or sets the Last Activity Date of the User.
Declaration
public DateTime LastActivityDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
LastLockoutDate
Gets or sets the Last Lock Out Date of the User.
Declaration
public DateTime LastLockoutDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
LastLoginDate
Gets or sets the Last Login Date of the User.
Declaration
public DateTime LastLoginDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
LastPasswordChangeDate
Gets or sets the Last Password Change Date of the User.
Declaration
public DateTime LastPasswordChangeDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
LockedOut
Gets or sets a value indicating whether the user is locked out.
Declaration
public bool LockedOut { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Password
Gets or sets the User's Password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PasswordAnswer
Gets or sets the User's Password Answer.
Declaration
public string PasswordAnswer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PasswordConfirm
Gets or sets the User's Password Confirm value.
Declaration
public string PasswordConfirm { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PasswordQuestion
Gets or sets the User's Password Question.
Declaration
public string PasswordQuestion { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UpdatePassword
Gets or sets a value indicating whether gets and sets a flag that determines whether the password should be updated.
Declaration
public bool UpdatePassword { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |