Class CurrentAsResourceProvider
Inheritance
CurrentAsResourceProvider
Assembly: SuperOffice.CRMWeb.dll
Syntax
public sealed class CurrentAsResourceProvider : IResourceProvider, IPlugin
Constructors
CurrentAsResourceProvider()
Declaration
public CurrentAsResourceProvider()
Methods
CanInitialize()
Declaration
public bool CanInitialize()
Returns
GetResource(String)
Declaration
public string GetResource(string name)
Parameters
| Type |
Name |
Description |
| String |
name |
|
Returns
GetResource(String, String)
Declaration
public string GetResource(string name, string cultureName)
Parameters
Returns
GetSupportedLanguages()
Declaration
public CultureInfo[] GetSupportedLanguages()
Returns
Initialize()
Declaration
Implements
SuperOffice.Factory.IPlugin