Primary Features of the Software Development Kit:
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.
The NavigationFactory Class provides ways to retrieve the profile & report listings that a particular user has access to.
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.
There are no comments on this document