Methods | This Package | All Packages
Defines an interface for managing resource data.
package com.ms.wfc.core
public interface IResourceManager
Remarks
This interface is used to manage the resource sets for multiple locales. Each property in the resource set should cascade, such that if a resource set does not contain a given property, the value of that property in the parent resource set is used.
The ResourceManager class provides an implementation of IResourceManager.