summaryM:DotNetNuke.ComponentModel.AbstractContainer.RegisterComponent(System.Type,System.Type)

Namespace: DotNetNuke.ComponentModel
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual void RegisterComponent(
	Type contractType,
	Type componentType
)
Visual Basic
Public Overridable Sub RegisterComponent ( 
	contractType As Type,
	componentType As Type
)

Parameters

contractType
Type: System..::..Type
paramcontractTypeM:DotNetNuke.ComponentModel.AbstractContainer.RegisterComponent(System.Type,System.Type)
componentType
Type: System..::..Type
paramcomponentTypeM:DotNetNuke.ComponentModel.AbstractContainer.RegisterComponent(System.Type,System.Type)

Implements

IContainer..::..RegisterComponent(Type, Type)

See Also