C# Class Sage.ResourceManagement.DictionaryFileCollection

Combines the dictionary files and variables document in use for internationalization of a single category, .
Afficher le fichier Open project: igorfrance/sage Class Usage Examples

Méthodes publiques

Méthode Description
DictionaryFileCollection ( SageContext context ) : System

Initializes a new instance of the DictionaryFileCollection, using the specified context.

Refresh ( ) : void

(Re) loads the constituent translation dictionaries.

Method Details

DictionaryFileCollection() public méthode

Initializes a new instance of the DictionaryFileCollection, using the specified context.
public DictionaryFileCollection ( SageContext context ) : System
context SageContext The under which this /// is being created and used.
Résultat System

Refresh() public méthode

(Re) loads the constituent translation dictionaries.
public Refresh ( ) : void
Résultat void