C# 클래스 TerrificNet.ViewEngine.Globalization.JsonLabelService

상속: ILabelService
파일 보기 프로젝트 열기: namics/TerrificNet 1 사용 예제들

공개 메소드들

메소드 설명
Get ( string key ) : string
JsonLabelService ( IFileSystem fileSystem ) : System.Collections.Generic
Remove ( string key ) : void
Set ( string key, string value ) : void

비공개 메소드들

메소드 설명
Load ( ) : string>.Dictionary
Save ( string>.Dictionary data ) : void

메소드 상세

Get() 공개 메소드

public Get ( string key ) : string
key string
리턴 string

JsonLabelService() 공개 메소드

public JsonLabelService ( IFileSystem fileSystem ) : System.Collections.Generic
fileSystem IFileSystem
리턴 System.Collections.Generic

Remove() 공개 메소드

public Remove ( string key ) : void
key string
리턴 void

Set() 공개 메소드

public Set ( string key, string value ) : void
key string
value string
리턴 void