Class wwDbResourceProviderFactory

Provider Factory class that needs to be set in web.config in order for ASP.NET to instantiate this class for all resource related tasks.

System.Object
  System.Web.Compilation.ResourceProviderFactory
    Westwind.Globalization.wwDbResourceProviderFactory

public class wwDbResourceProviderFactory : ResourceProviderFactory

Class Members

MemberDescription
Constructor
CreateGlobalResourceProvider Core Factory method that returns an instance of our wwDbResourceProvider database Resource provider for Global Resources. This method gets passed simple a ResourceSet which is equivalent to a Resource file in Resx and here maps to the ResourceSet id in the database.
public virtual IResourceProvider CreateGlobalResourceProvider( string classname );
CreateLocalResourceProvider Creates a local resource provider for a given Page or Template Resource.
public virtual IResourceProvider CreateLocalResourceProvider( string virtualPath );

Requirements

Namespace: Westwind.Globalization
Assembly: westwind.globalization.dll


  Last Updated: 10/29/2006 | © West Wind Technologies, 2008