Class ScopeTypeController
ScopeTypeController provides the business layer of ScopeType.
Inheritance
System.Object
ScopeTypeController
Implements
Namespace: DotNetNuke.Entities.Content.Taxonomy
Assembly: DotNetNuke.dll
Syntax
public class ScopeTypeController : object, IScopeTypeController
Constructors
| Improve this Doc View SourceScopeTypeController()
Initializes a new instance of the ScopeTypeController class.
Declaration
public ScopeTypeController()
See Also
| Improve this Doc View SourceScopeTypeController(IDataService)
Initializes a new instance of the ScopeTypeController class.
Declaration
public ScopeTypeController(IDataService dataService)
Parameters
Type | Name | Description |
---|---|---|
IDataService | dataService |
See Also
Methods
| Improve this Doc View SourceAddScopeType(ScopeType)
ScopeTypeController provides the business layer of ScopeType.
Declaration
public int AddScopeType(ScopeType scopeType)
Parameters
Type | Name | Description |
---|---|---|
ScopeType | scopeType |
Returns
Type | Description |
---|---|
System.Int32 |
See Also
| Improve this Doc View SourceClearScopeTypeCache()
ScopeTypeController provides the business layer of ScopeType.
Declaration
public void ClearScopeTypeCache()
See Also
| Improve this Doc View SourceDeleteScopeType(ScopeType)
ScopeTypeController provides the business layer of ScopeType.
Declaration
public void DeleteScopeType(ScopeType scopeType)
Parameters
Type | Name | Description |
---|---|---|
ScopeType | scopeType |
See Also
| Improve this Doc View SourceGetScopeTypes()
ScopeTypeController provides the business layer of ScopeType.
Declaration
public IQueryable<ScopeType> GetScopeTypes()
Returns
Type | Description |
---|---|
IQueryable<ScopeType> |
See Also
| Improve this Doc View SourceUpdateScopeType(ScopeType)
ScopeTypeController provides the business layer of ScopeType.
Declaration
public void UpdateScopeType(ScopeType scopeType)
Parameters
Type | Name | Description |
---|---|---|
ScopeType | scopeType |