C# 클래스 Localization.SqlLocalizer.SqlLocalizationOptions

파일 보기 프로젝트 열기: damienbod/AspNet5Localization

공개 메소드들

메소드 설명
UseSettings ( bool useTypeFullNames, bool useOnlyPropertyNames, bool returnOnlyKeyIfNotFound ) : void

You can set the required properties to set, get, display the different localization

메소드 상세

UseSettings() 공개 메소드

You can set the required properties to set, get, display the different localization
public UseSettings ( bool useTypeFullNames, bool useOnlyPropertyNames, bool returnOnlyKeyIfNotFound ) : void
useTypeFullNames bool
useOnlyPropertyNames bool
returnOnlyKeyIfNotFound bool
리턴 void