Skip to main content
A newer version of this page is available. .

ViewModelSourceIntegrityContainer.RegisterViewModel<TConcreteType>() Method

Registers the specified TConcreteType as a dependency.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public FactoryRegistration RegisterViewModel<TConcreteType>()
    where TConcreteType : class

Type Parameters

Name
TConcreteType

Returns

Type Description
FactoryRegistration

A FactoryRegistration object.

See Also