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

SingleObjectViewModelBase<TEntity, TPrimaryKey, TUnitOfWork>.UnitOfWorkFactory Property

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v19.1.ViewModel.dll

Declaration

public virtual IUnitOfWorkFactory<TUnitOfWork> UnitOfWorkFactory { get; set; }

Property Value

Type
IUnitOfWorkFactory<TUnitOfWork>
See Also