C# 클래스 Sage.ResourceManagement.DictionaryFileCollection

Combines the dictionary files and variables document in use for internationalization of a single category, .
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
DictionaryFileCollection ( SageContext context ) : System

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

Refresh ( ) : void

(Re) loads the constituent translation dictionaries.

메소드 상세

DictionaryFileCollection() 공개 메소드

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.
리턴 System

Refresh() 공개 메소드

(Re) loads the constituent translation dictionaries.
public Refresh ( ) : void
리턴 void