IExtensionServiceRegisterBaseType Method

Specifies that types inheriting from type should be registered as extensions.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
void RegisterBaseType(
	Type type
)

Parameters

type
Type: SystemType
The Type which serves as a base class or interface for extensions.
Exceptions
ExceptionCondition
ArgumentNullExceptiontype is .
Remarks
This method must be called before StartEngine, otherwise it will have no effect.
See Also