DataSupport Class

Definition

Represents the base class for all classes that provide data support XML.

public ref class DataSupport abstract
public abstract class DataSupport
type DataSupport = class
Public MustInherit Class DataSupport
Inheritance
DataSupport
Derived

Constructors

DataSupport()

Class constructor. Initializes a new instance of the DataSupport class.

DataSupport(String, Assembly)

Class constructor. Initializes a new, parameterized instance of the DataSupport class with an XML resource stored in a managed assembly.

DataSupport(String, String)

Initializes a new, parameterized instance of the DataSupport class with XML that is stored as a file at a specific file path on disk.

Methods

CreateXmlResourceManager(String, Assembly)

Creates a ResourceManager object instance that is able to read managed resources that end with the .xml file extension.

CreateXmlResourceManager(String, String)

Creates a ResourceManager object instance that is able to read XML files from a file at a specific location on disk.

GetSupportStream(CultureInfo)

Obtains a Stream object instance for a specified culture.

Applies to