Currently Being Moderated

Webtrends DX Web Services .NET Software Development Kit

VERSION 4

Created on: Oct 21, 2009 10:35 AM by Adron Hall - Last Modified:  Oct 22, 2009 11:33 AM by Adron Hall

Primary Features of the Software Development Kit:

 

  • ReportFactory Class

Thes ReportFactory Class has numerous overloads to take various required parameters and return a DimensionalReport Object.  This object is the direct data & metadata derived from our underlying storage medium, which can sometimes be hard to work with.  To provide a simpler way to work with this derived data, use the Mapper Class provided in the SDK to map and export the DimensionalReport Object to a DataTable.  See Mapper notes below for more information.

  • NavigationFactory Class

The NavigationFactory Class provides ways to retrieve the profile & report listings that a particular user has access to.

  • Mapper Class

The Mapper Class exists for the sole purpose of taking the DimensionalReport Object and piping the data into other formats.  The format currently available is piping the DimensionalReport Object into a standard ADO.NET DataTable.

 

For examples and other material, subscribe to the webtrends Developer Network Blog.

 

In the attachments below you will need to include this version of the Newtonsoft.Json.dll Assembly also.  Currently it is used for all serialization and deserialization of the JSON data pulled from the web services.

 

The CSharp.zip is the full code solution for the SDK.  Please keep in mind that this code is NOT an official release.  It is primarily open and offered to assist with development against the DX Web Services.

Attachments:
Average User Rating
(0 ratings)




There are no comments on this document

More Like This

  • Retrieving data ...