Back to Devexpress

IInstantFeedbackSource<TEntity> Interface

corelibraries-devexpress-dot-mvvm-dot-datamodel-dot-iinstantfeedbacksource-1.md

latest1.5 KB
Original Source

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.v25.2.DataModel.dll

NuGet Package : DevExpress.Scaffolding.Core

Declaration

csharp
public interface IInstantFeedbackSource<TEntity> :
    IListSource
    where TEntity : class
vb
Public Interface IInstantFeedbackSource(Of TEntity As Class)
    Inherits IListSource

Type Parameters

Name
TEntity

See Also

IInstantFeedbackSource<TEntity> Members

DevExpress.Mvvm.DataModel Namespace