InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>.InstantFeedbackSourceViewModel.Create(Func<Int32>, IInstantFeedbackSource<TProjection>) Method
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
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