Show / Hide Table of Contents

Class ScopeTypeController

Inheritance
object
ScopeTypeController
Implements
IScopeTypeController
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public class ScopeTypeController : IScopeTypeController

Constructors

ScopeTypeController()

Declaration
public ScopeTypeController()

ScopeTypeController(IDataService)

Declaration
public ScopeTypeController(IDataService dataService)
Parameters
Type Name Description
IDataService dataService

Methods

AddScopeType(ScopeType)

Declaration
public int AddScopeType(ScopeType scopeType)
Parameters
Type Name Description
ScopeType scopeType
Returns
Type Description
int

ClearScopeTypeCache()

Declaration
public void ClearScopeTypeCache()

DeleteScopeType(ScopeType)

Declaration
public void DeleteScopeType(ScopeType scopeType)
Parameters
Type Name Description
ScopeType scopeType

GetScopeTypes()

Declaration
public IQueryable<ScopeType> GetScopeTypes()
Returns
Type Description
IQueryable<ScopeType>

UpdateScopeType(ScopeType)

Declaration
public void UpdateScopeType(ScopeType scopeType)
Parameters
Type Name Description
ScopeType scopeType

Implements

IScopeTypeController

Extension Methods

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