You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<title>OData DataSource Reference Implementation for Infragistics XamDataPresenter</title>
5
+
<version>1.0.0-beta</version>
6
+
<authors>Infragistics, Inc.</authors>
7
+
<owners>Infragistics, Inc</owners>
8
+
<description>Installs the DataPresenter.DataSources.OData.dll assembly which contains a reference implementation for an OData data source based on the AsyncPagingDataSourceBase class delivered in InfragisticsWPF4.DataPresenter.DataSources.Async.v16.1</description>
This package contains a reference implementation of an OData data source that is built on the AsyncPagingDataSourceBase class delivered in InfragisticsWPF4.DataPresenter.DataSources.Async.v16.1 (shipped as part of Infragistics NetAdvantage 16.1)
6
+
7
+
This reference implementation also depends on the Simple.OData.Client NuGet package (not authored by Infragistics), and has been tested with v4.13.0 of that package.
8
+
9
+
When installed into a Visual Studio WPF project this package will add project references to the following Infragistics assemblies which are assumed to be installed in the local machine's GAC as the result of Trial or licensed installation of Infragistics NetAdvantage 16.1 (they are NOT included in this package):
When installed into a Visual Studio WPF project, this package will also download the Simple.OData.Client package and add a reference to that package's primary assembly:
16
+
- Simple.OData.Client.Net40
17
+
18
+
as well as a number of Microsoft-authored packages on which it depends.
19
+
20
+
If you would like to explore a sample project that shows the OData data source being used with the XamDataPresenter you can download a sample project here:
0 commit comments