Show / Hide Table of Contents

Class UserRoleInfo

Inheritance
object
BaseEntityInfo
RoleInfo
UserRoleInfo
Implements
IHydratable
IXmlSerializable
IPropertyAccess
Inherited Members
RoleInfo.GetProperty(string, string, CultureInfo, UserInfo, Scope, ref bool)
RoleInfo.GetSchema()
RoleInfo.ReadXml(XmlReader)
RoleInfo.WriteXml(XmlWriter)
RoleInfo.RoleType
RoleInfo.Settings
RoleInfo.PhotoURL
RoleInfo.Cacheability
RoleInfo.IsSystemRole
RoleInfo.AutoAssignment
RoleInfo.BillingFrequency
RoleInfo.BillingPeriod
RoleInfo.Description
RoleInfo.IconFile
RoleInfo.IsPublic
RoleInfo.PortalID
RoleInfo.RoleID
RoleInfo.RoleGroupID
RoleInfo.RoleName
RoleInfo.RSVPCode
RoleInfo.SecurityMode
RoleInfo.ServiceFee
RoleInfo.Status
RoleInfo.TrialFee
RoleInfo.TrialFrequency
RoleInfo.TrialPeriod
RoleInfo.UserCount
RoleInfo.KeyID
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
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 UserRoleInfo : RoleInfo, IHydratable, IXmlSerializable, IPropertyAccess

Constructors

UserRoleInfo()

Declaration
public UserRoleInfo()

Properties

EffectiveDate

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

Email

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

ExpiryDate

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

FullName

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

IsOwner

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

IsTrialUsed

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

Subscribed

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

UserID

Declaration
public int UserID { get; set; }
Property Value
Type Description
int

UserRoleID

Declaration
public int UserRoleID { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public override void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr
Overrides
RoleInfo.Fill(IDataReader)

Implements

IHydratable
IXmlSerializable
IPropertyAccess

Extension Methods

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