Метод | Описание | |
---|---|---|
DbResXConverter ( ) : System |
Creates new instance with the default Web Application base path set to the current Web application's path.
|
|
DbResXConverter ( string basePhsyicalPath ) : System |
Pass in the base phyiscal path for the project. For Web Projects this will be the Web root dir for non-Web projects this will be the project base path as a string.
|
|
FormatResourceSetPath ( string resourceSet ) : string |
Returns the path the resource file withouth the resx and localeId extension
|
|
FormatWebResourceSetPath ( string ResourceSet, bool LocalResources ) : string |
Translates the resource set path ASP.NET WebForms Global or local resource path base (ie. without the .resx and localeId extension).
|
|
GenerateGlobalWebResourceResXFiles ( ) : bool |
Genereates Local Web Resource ResX files from the DbResourceDataManager
|
|
GenerateLocalWebResourceResXFiles ( ) : bool |
Genereates Local Web Resource ResX files from the DbResourceDataManager
|
|
GenerateResXFiles ( IEnumerable |
Generates Resx Files for standard non-Web Resource files based on the BasePhysicalPath
|
|
GetCompiledResourcesNormalizedForLocale ( string resourceSet, string baseNamespace, string localeId ) : object>.Dictionary |
Returns resources for a given resource set in a specific locale
|
|
GetResXResourcesNormalizedForLocale ( string baseFile, string LocaleId ) : object>.Dictionary |
Returns all resources for a given locale normalized down the hierarchy for a given resource file. The resource file should be specified without the .resx and locale identifier extensions.
|
|
GetResourcesNormalizedForLocale ( |
||
ImportDirectoryResources ( string path, string relativePath ) : bool |
Imports all resources from a given directory. This method works for any resources. When using LocalResources, make sure to provide an app relative path as the second parameter if the resources live in non root folder. So if you have resources in off an Admin folder use "admin/" as the parameter. Otherwise for web root resources or global or assembly level assemblies pass string.Empty or null.
|
|
ImportResourceFile ( string FileName, string ResourceSetName, string LocaleId ) : bool |
Imports an individual ResX Resource file into the database
|
|
ImportWebResources ( string webPath = null ) : bool |
Imports ResX Web Resources of a Web application by parsing through the App_GlobalResources and App_LocalResources directories of a Web site. Note: Requires that WebPhysicalPath is set to point at the Web root directory.
|
|
ImportWinResources ( string basePhysicalPath ) : bool |
Imports Resources recursively from a non-Web project
|
|
IsLocalResourceSet ( string resourceSet ) : bool |
Determines if a resourceset is a local resource based on the extension of the resource set
|
Метод | Описание | |
---|---|---|
GenerateWebResourceResXFiles ( bool localResources ) : bool |
Dumps resources from the DbResourceProvider database out to Resx resources in an ASP.NET application creating the appropriate APP_LOCAL_RESOURCES/APP_GLOBAL_RESOURCES folders and resx files. IMPORTANT: will overwrite existing files
|
Метод | Описание | |
---|---|---|
GetResXResources ( string FileName ) : List |
Gets a specific List of resources as a list of ResxItems. This list only retrieves items for a specific locale. No resource normalization occurs.
|
public DbResXConverter ( string basePhsyicalPath ) : System | ||
basePhsyicalPath | string | /// Optional - allows specifying the virtual path where the resources are loaded and saved to. /// /// If not specified HttpContext.Current.PhysicalPath is used instead. /// |
Результат | System |
public FormatResourceSetPath ( string resourceSet ) : string | ||
resourceSet | string | |
Результат | string |
public FormatWebResourceSetPath ( string ResourceSet, bool LocalResources ) : string | ||
ResourceSet | string | |
LocalResources | bool | |
Результат | string |
public GenerateGlobalWebResourceResXFiles ( ) : bool | ||
Результат | bool |
public GenerateLocalWebResourceResXFiles ( ) : bool | ||
Результат | bool |
public GenerateResXFiles ( IEnumerable |
||
resourceSets | IEnumerable |
|
generateStronglyTypedClasses | bool | |
Результат | bool |
protected GenerateWebResourceResXFiles ( bool localResources ) : bool | ||
localResources | bool | |
Результат | bool |
public GetCompiledResourcesNormalizedForLocale ( string resourceSet, string baseNamespace, string localeId ) : object>.Dictionary |
||
resourceSet | string | |
baseNamespace | string | |
localeId | string | |
Результат | object>.Dictionary |
public GetResXResourcesNormalizedForLocale ( string baseFile, string LocaleId ) : object>.Dictionary |
||
baseFile | string | The base Resource file without .resx and locale extensions |
LocaleId | string | |
Результат | object>.Dictionary |
public GetResourcesNormalizedForLocale ( |
||
resourceManager | ||
localeId | string | |
Результат | object>.Dictionary |
public ImportDirectoryResources ( string path, string relativePath ) : bool | ||
path | string | Physical Path for the Resources |
relativePath | string | Optional - relative path prefix for Web App_LocalResources (ie. admin/) |
Результат | bool |
public ImportResourceFile ( string FileName, string ResourceSetName, string LocaleId ) : bool | ||
FileName | string | Full path to the the ResX file |
ResourceSetName | string | Name of the file or for local resources the app relative path plus filename (admin/default.aspx or default.aspx) |
LocaleId | string | Locale Id of the file to import. Use "" for Invariant |
Результат | bool |
public ImportWebResources ( string webPath = null ) : bool | ||
webPath | string | |
Результат | bool |
public ImportWinResources ( string basePhysicalPath ) : bool | ||
basePhysicalPath | string | The physical path to the directory |
Результат | bool |
public static IsLocalResourceSet ( string resourceSet ) : bool | ||
resourceSet | string | |
Результат | bool |