Show / Hide Table of Contents

Class DataService

Inheritance
object
ComponentBase<IDataService, DataService>
DataService
Implements
IDataService
Inherited Members
ComponentBase<IDataService, DataService>.RegisterInstance(IDataService)
ComponentBase<IDataService, DataService>.Instance
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Portals.Data
Assembly: DotNetNuke.dll
Syntax
public class DataService : ComponentBase<IDataService, DataService>, IDataService

Constructors

DataService()

Declaration
public DataService()

Methods

AddPortalGroup(PortalGroupInfo, int)

Declaration
public int AddPortalGroup(PortalGroupInfo portalGroup, int createdByUserId)
Parameters
Type Name Description
PortalGroupInfo portalGroup
int createdByUserId
Returns
Type Description
int

DeletePortalGroup(PortalGroupInfo)

Declaration
public void DeletePortalGroup(PortalGroupInfo portalGroup)
Parameters
Type Name Description
PortalGroupInfo portalGroup

GetPortalGroups()

Declaration
public IDataReader GetPortalGroups()
Returns
Type Description
IDataReader

GetSharedModulesByPortal(PortalInfo)

Declaration
public IDataReader GetSharedModulesByPortal(PortalInfo portal)
Parameters
Type Name Description
PortalInfo portal
Returns
Type Description
IDataReader

GetSharedModulesWithPortal(PortalInfo)

Declaration
public IDataReader GetSharedModulesWithPortal(PortalInfo portal)
Parameters
Type Name Description
PortalInfo portal
Returns
Type Description
IDataReader

UpdatePortalGroup(PortalGroupInfo, int)

Declaration
public void UpdatePortalGroup(PortalGroupInfo portalGroup, int lastModifiedByUserId)
Parameters
Type Name Description
PortalGroupInfo portalGroup
int lastModifiedByUserId

Implements

IDataService

Extension Methods

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