Class PortalGroupInfo
Inheritance
System.Object
PortalGroupInfo
Assembly: DotNetNuke.dll
Syntax
public class PortalGroupInfo : BaseEntityInfo, IHydratable
Properties
|
Improve this Doc
View Source
AuthenticationDomain
Declaration
public string AuthenticationDomain { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
KeyID
Declaration
public int KeyID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MasterPortalId
Declaration
public int MasterPortalId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MasterPortalName
Declaration
public string MasterPortalName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PortalGroupDescription
Declaration
public string PortalGroupDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PortalGroupId
Declaration
public int PortalGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PortalGroupName
Declaration
public string PortalGroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Type |
Name |
Description |
IDataReader |
dr |
|
Implements
Extension Methods