C# 클래스 GeositeFramework.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: CoastalResilienceNetwork/GeositeFramework

보호된 메소드들

메소드 설명
Application_Start ( ) : void

비공개 메소드들

메소드 설명
CreateLogger ( string loggerName ) : void
LoadGeositeData ( ) : Geosite
PrepareLanguages ( Geosite data ) : Dictionary
mergeTranslations ( Dictionary ts1, Dictionary ts2 ) : Dictionary

Merges translations from ts1 into ts2 and returns the result. Source translations will overwrite target ones if there is a collision.

toTranslationDictionary ( string filename ) : string>.Dictionary

Reads a translation JSON file and returns a dictionary where key is original phrase and value is translated phrase.

메소드 상세

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void