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

InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.InstantFeedbackSourceViewModel.Create(Func<Int32>, IInstantFeedbackSource<TProjection>) Method

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v20.2.ViewModel.dll

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.ViewModel

Declaration

public static InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.InstantFeedbackSourceViewModel Create(
    Func<int> getCount,
    IInstantFeedbackSource<TProjection> source
)

Parameters

Name Type
getCount Func<Int32>
source IInstantFeedbackSource<TProjection>

Returns

Type
InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.InstantFeedbackSourceViewModel
See Also