Register type to replicate

Namespace: AppCan.Core.Services
Assembly: AppCan.Core (in AppCan.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IUnityContainer RegisterType(
	Type fromType,
	Type toType,
	LifetimeManager lifetimeManager = null
)
Visual Basic
Function RegisterType ( _
	fromType As Type, _
	toType As Type, _
	Optional lifetimeManager As LifetimeManager = Nothing _
) As IUnityContainer
Visual C++
IUnityContainer^ RegisterType(
	Type^ fromType, 
	Type^ toType, 
	LifetimeManager^ lifetimeManager = nullptr
)

Parameters

fromType
Type: System..::..Type

[Missing <param name="fromType"/> documentation for "M:AppCan.Core.Services.IServiceReplicator.RegisterType(System.Type,System.Type,Microsoft.Practices.Unity.LifetimeManager)"]

toType
Type: System..::..Type

[Missing <param name="toType"/> documentation for "M:AppCan.Core.Services.IServiceReplicator.RegisterType(System.Type,System.Type,Microsoft.Practices.Unity.LifetimeManager)"]

lifetimeManager (Optional)
Type: LifetimeManager

[Missing <param name="lifetimeManager"/> documentation for "M:AppCan.Core.Services.IServiceReplicator.RegisterType(System.Type,System.Type,Microsoft.Practices.Unity.LifetimeManager)"]

Return Value

[Missing <returns> documentation for "M:AppCan.Core.Services.IServiceReplicator.RegisterType(System.Type,System.Type,Microsoft.Practices.Unity.LifetimeManager)"]

See Also