C# Class SenseNet.ContentRepository.i18n.SenseNetResourceProviderFactory

Inheritance: System.Web.Compilation.ResourceProviderFactory
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
CreateGlobalResourceProvider ( string classKey ) : IResourceProvider

Creates a resourceprovider with the specified classkey.

CreateLocalResourceProvider ( string virtualPath ) : IResourceProvider

Creates a resourceprovider with the specified virtualpath.

Method Details

CreateGlobalResourceProvider() public method

Creates a resourceprovider with the specified classkey.
public CreateGlobalResourceProvider ( string classKey ) : IResourceProvider
classKey string Classkey holds the name of the resourcekey.
return IResourceProvider

CreateLocalResourceProvider() public method

Creates a resourceprovider with the specified virtualpath.
public CreateLocalResourceProvider ( string virtualPath ) : IResourceProvider
virtualPath string Virtualpath holds the name of the virtualpath which is localized.
return IResourceProvider