Class ScopeTypeController
Inheritance
ScopeTypeController
Assembly: DotNetNuke.dll
Syntax
public class ScopeTypeController : IScopeTypeController
Constructors
ScopeTypeController()
Declaration
public ScopeTypeController()
ScopeTypeController(IDataService)
Declaration
public ScopeTypeController(IDataService dataService)
Parameters
Methods
AddScopeType(ScopeType)
Declaration
public int AddScopeType(ScopeType scopeType)
Parameters
Returns
ClearScopeTypeCache()
Declaration
public void ClearScopeTypeCache()
DeleteScopeType(ScopeType)
Declaration
public void DeleteScopeType(ScopeType scopeType)
Parameters
GetScopeTypes()
Declaration
public IQueryable<ScopeType> GetScopeTypes()
Returns
UpdateScopeType(ScopeType)
Declaration
public void UpdateScopeType(ScopeType scopeType)
Parameters
Implements
Extension Methods