IXmlRepository Interface

Definition

The basic interface for storing and retrieving XML elements.

public interface class IXmlRepository
public interface IXmlRepository
type IXmlRepository = interface
Public Interface IXmlRepository
Derived

Methods

GetAllElements()

Gets all top-level XML elements in the repository.

StoreElement(XElement, String)

Adds a top-level XML element to the repository.

Applies to