Class UserRoleInfo
The UserRoleInfo class provides Business Layer model for a User/Role.
Inherited Members
Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke.dll
Syntax
public class UserRoleInfo : RoleInfo, IHydratable, IPropertyAccess
Properties
| Improve this Doc View SourceEffectiveDate
The UserRoleInfo class provides Business Layer model for a User/Role.
Declaration
public DateTime EffectiveDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
The UserRoleInfo class provides Business Layer model for a User/Role.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpiryDate
The UserRoleInfo class provides Business Layer model for a User/Role.
Declaration
public DateTime ExpiryDate { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
FullName
The UserRoleInfo class provides Business Layer model for a User/Role.
Declaration
public string FullName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsOwner
The UserRoleInfo class provides Business Layer model for a User/Role.
Declaration
public bool IsOwner { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTrialUsed
The UserRoleInfo class provides Business Layer model for a User/Role.
Declaration
public bool IsTrialUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Subscribed
The UserRoleInfo class provides Business Layer model for a User/Role.
Declaration
public bool Subscribed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserID
The UserRoleInfo class provides Business Layer model for a User/Role.
Declaration
public int UserID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserRoleID
The UserRoleInfo class provides Business Layer model for a User/Role.
Declaration
public int UserRoleID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceFill(IDataReader)
Fills a RoleInfo from a Data Reader.
Declaration
public override void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | The Data Reader to use. |
Overrides
Implements
IXmlSerializable