Microsoft.MediaCenter.DataAccess Namespace

The following types are in the Microsoft.MediaCenter.DataAccess namespace, which is in the microsoft.mediacenter.dll assembly.

The Microsoft.MediaCenter.DataAccess namespace exposes the following classes:

Class Description
RemoteResource Works with data from a remote resource. Use this class to construct a data request, process the response, and parse the data that is received.
RemoteResourceUri Used to construct and access a Uniform Resource Identifier (URI) that identifies a remote resource.
RemoteValue Defines how RemoteResource data is parsed, mapped (bound) to view items, and typed.
RemoteValueList Represents a list of RemoteResource objects.
SortableList Provides sorting functionality for RemoteValueList and XmlRemoteValueList objects to sort the list of returned data.
XmlRemoteResource Works with XML data from a remote resource. Use this class to construct a data request, process the response, and parse the data that is received. This class applies XML-specific parsing and mapping.
XmlRemoteValue Defines how XmlRemoteResource data is parsed, mapped (bound) to view items, and typed. This class applies XML-specific parsing and mapping.
XmlRemoteValueList Represents a list of XmlRemoteResource objects. This class applies XML-specific parsing and mapping.

The Microsoft.MediaCenter.DataAccess namespace exposes the following enumerations:

Enumeration Description
ListItemState Contains values that indicate the state of the list item.
RemoteResourceStatus Contains values that indicate the result of processing a data access request to a remote resource.

See Also