The ResourceSet doesn't do any work - it serves merely as a coordinator. The actual reading of resources is managed by the ResourceReader which eventually calls into the database to retrieve the resources for the ResourceSet.
public class DbResourceSet : ResourceSet
| Member | Description | |
|---|---|---|
![]() |
Constructor | Core constructore. Gets passed a baseName (which is the ResourceSet Id - either a local or global resource group) and a culture. |
![]() |
GetDefaultReader | Marker method that provides the type used for the ResourceReader. Not used. public virtual Type GetDefaultReader();
|
![]() |
GetDefaultWriter | Marker method that provides the type used for a ResourceWriter. Not used. public virtual Type GetDefaultWriter();
|