C# Class TerrificNet.ViewEngine.Globalization.JsonLabelService

Inheritance: ILabelService
ファイルを表示 Open project: namics/TerrificNet Class Usage Examples

Public Methods

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

Private Methods

Method Description
Load ( ) : string>.Dictionary
Save ( string>.Dictionary data ) : void

Method Details

Get() public method

public Get ( string key ) : string
key string
return string

JsonLabelService() public method

public JsonLabelService ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
return System.Collections.Generic

Remove() public method

public Remove ( string key ) : void
key string
return void

Set() public method

public Set ( string key, string value ) : void
key string
value string
return void