Name | Description |
---|---|
DbProvider | If the DatabaseObjectProvider is used to supply data objects to Subtext, then this provider is used to configure the underlying database used. One example of a class that implements this provider is the SqlDataProvider. |
EntrySearchProvider | |
ObjectProvider | Provides a Data Object Source for interacting with Subtext Data. One example is a DataObjectProvider, which stores Subtext data in a database (which itself is provided via the DbProvider class). |