Show / Hide Table of Contents

Class UserMembership

Inheritance
object
UserMembership
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class UserMembership

Constructors

UserMembership()

Declaration
public UserMembership()

UserMembership(UserInfo)

Declaration
public UserMembership(UserInfo user)
Parameters
Type Name Description
UserInfo user

Properties

Approved

Declaration
public bool Approved { get; set; }
Property Value
Type Description
bool

CreatedDate

Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type Description
DateTime

IsDeleted

Declaration
public bool IsDeleted { get; set; }
Property Value
Type Description
bool

IsOnLine

Declaration
[Obsolete("Deprecated in DotNetNuke 8.0.0. Other solutions exist outside of the DNN Platform. Scheduled for removal in v11.0.0.")]
public bool IsOnLine { get; set; }
Property Value
Type Description
bool

LastActivityDate

Declaration
public DateTime LastActivityDate { get; set; }
Property Value
Type Description
DateTime

LastLockoutDate

Declaration
public DateTime LastLockoutDate { get; set; }
Property Value
Type Description
DateTime

LastLoginDate

Declaration
public DateTime LastLoginDate { get; set; }
Property Value
Type Description
DateTime

LastPasswordChangeDate

Declaration
public DateTime LastPasswordChangeDate { get; set; }
Property Value
Type Description
DateTime

LockedOut

Declaration
public bool LockedOut { get; set; }
Property Value
Type Description
bool

Password

Declaration
public string Password { get; set; }
Property Value
Type Description
string

PasswordAnswer

Declaration
public string PasswordAnswer { get; set; }
Property Value
Type Description
string

PasswordConfirm

Declaration
public string PasswordConfirm { get; set; }
Property Value
Type Description
string

PasswordQuestion

Declaration
public string PasswordQuestion { get; set; }
Property Value
Type Description
string

UpdatePassword

Declaration
public bool UpdatePassword { get; set; }
Property Value
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS