Skip to main content

ViewModelSourceIntegrityContainer.RegisterViewModel<TConcreteType>() Method

Registers the specified TConcreteType as a dependency.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v26.1.dll

Declaration

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

Type Parameters

Name
TConcreteType

Returns

Type Description
FactoryRegistration

A FactoryRegistration object.

See Also