Show / Hide Table of Contents

Class RoleGroupInfo

Inheritance
object
BaseEntityInfo
RoleGroupInfo
Implements
IHydratable
IXmlSerializable
Inherited Members
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.Security.Roles
Assembly: DotNetNuke.dll
Syntax
public class RoleGroupInfo : BaseEntityInfo, IHydratable, IXmlSerializable

Constructors

RoleGroupInfo()

Declaration
public RoleGroupInfo()

RoleGroupInfo(int, int, bool)

Declaration
public RoleGroupInfo(int roleGroupID, int portalID, bool loadRoles)
Parameters
Type Name Description
int roleGroupID
int portalID
bool loadRoles

Properties

Description

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

KeyID

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

PortalID

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

RoleGroupID

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

RoleGroupName

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

Roles

Declaration
public Dictionary<string, RoleInfo> Roles { get; }
Property Value
Type Description
Dictionary<string, RoleInfo>

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Implements

IHydratable
IXmlSerializable

Extension Methods

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