SaaS CMS has officially launched! Learn more now.

Interface IModuleConfigurator

Allows access to the module manager

Namespace: Mediachase.BusinessFoundation.Data.Modules
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 11.8.3
Syntax
public interface IModuleConfigurator

Methods

Activate(MetaClass)

Activates the specified meta class.

Declaration
void Activate(MetaClass metaClass)
Parameters
Type Name Description
MetaClass metaClass

The meta class.

Deactivate(MetaClass)

Deactivates the specified meta class.

Declaration
void Deactivate(MetaClass metaClass)
Parameters
Type Name Description
MetaClass metaClass

The meta class.

GetSchemaElementHandler()

Gets the schema element handler.

Declaration
IModuleSchemaElementHandler GetSchemaElementHandler()
Returns
Type Description
IModuleSchemaElementHandler

GetSupportedMethods()

Gets the supported methods.

Declaration
MethodInfo[] GetSupportedMethods()
Returns
Type Description
MethodInfo[]

Initialize()

Initializes this instance.

Declaration
void Initialize()

Install(AttributeCollection)

Installs this instance.

Declaration
void Install(AttributeCollection attributes)
Parameters
Type Name Description
AttributeCollection attributes

The attributes.

Uninstall()

Uninstalls this instance.

Declaration
void Uninstall()

Update()

Updates this instance.

Declaration
void Update()