[]
        
(Showing Draft Content)

C1.Web.Api.Data.ItemsSourceDataProvider

ItemsSourceDataProvider Class

The data provider which can provider items as the data source.

Inheritance
ItemsSourceDataProvider
Implements
Namespace: C1.Web.Api.Data
Assembly: C1.Web.Api.dll
Syntax
public class ItemsSourceDataProvider : IDataProvider

Constructors

Name Description
ItemsSourceDataProvider(IEnumerable)

Creates an ItemsSourceDataProvider with items.

ItemsSourceDataProvider(Func<IEnumerable>)

Creates an ItemsSourceDataProvider with data reader.

Methods

Name Description
Read(NameValueCollection)

Read data.