Show / Hide Table of Contents

Interface IBusinessControllerProvider

Namespace: DotNetNuke.Abstractions.Modules
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IBusinessControllerProvider

Methods

GetInstance(string)

Declaration
object GetInstance(string businessControllerTypeName)
Parameters
Type Name Description
string businessControllerTypeName
Returns
Type Description
object

GetInstance(Type)

Declaration
object GetInstance(Type businessControllerType)
Parameters
Type Name Description
Type businessControllerType
Returns
Type Description
object

GetInstance<T>(string)

Declaration
T GetInstance<T>(string businessControllerTypeName) where T : class
Parameters
Type Name Description
string businessControllerTypeName
Returns
Type Description
T
Type Parameters
Name Description
T

GetInstance<T>(Type)

Declaration
T GetInstance<T>(Type businessControllerType) where T : class
Parameters
Type Name Description
Type businessControllerType
Returns
Type Description
T
Type Parameters
Name Description
T

Extension Methods

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