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

IInstantFeedbackSource<TEntity> Interface

A data source suitable as an Instant Feedback source.

The GetList() method of the base IListSource interface is expected to return an instance of an internal type that happens to implement the IList interface. As such the IInstantFeedbackSource interface can only be implemented as a wrapper for an existing Instant Feedback source, e.g. EntityInstantFeedbackSource or WcfInstantFeedbackSource.

Namespace: DevExpress.Mvvm.DataModel

Assembly: DevExpress.Mvvm.v19.2.DataModel.dll

Declaration

public interface IInstantFeedbackSource<TEntity> :
    IListSource
    where TEntity : class

Type Parameters

Name
TEntity
See Also