C# Class TerrificNet.ViewEngine.Globalization.JsonLabelService

Inheritance: ILabelService
Afficher le fichier Open project: namics/TerrificNet Class Usage Examples

Méthodes publiques

Méthode Description
Get ( string key ) : string
JsonLabelService ( IFileSystem fileSystem ) : System.Collections.Generic
Remove ( string key ) : void
Set ( string key, string value ) : void

Private Methods

Méthode Description
Load ( ) : string>.Dictionary
Save ( string>.Dictionary data ) : void

Method Details

Get() public méthode

public Get ( string key ) : string
key string
Résultat string

JsonLabelService() public méthode

public JsonLabelService ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
Résultat System.Collections.Generic

Remove() public méthode

public Remove ( string key ) : void
key string
Résultat void

Set() public méthode

public Set ( string key, string value ) : void
key string
value string
Résultat void