C# Класс Localization.SqlLocalizer.SqlLocalizationOptions

Показать файл Открыть проект

Открытые методы

Метод Описание
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