IInstantFeedbackSource<TEntity> Properties
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.
Name | Description |
---|---|
ContainsListCollection | Gets a value indicating whether the collection is a collection of IList objects. Inherited from IListSource. |
See Also