Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

LocalizableValue.GetCultureValue - метод Смотри также  Terrasoft.Common - пространство имен > LocalizableValue - класс : GetCultureValue - метод C#

culture
Culture.
throwIfNoManager
true, if the method must generate the ItemNotFoundException exception.

Glossary Item Box

Gets the localizable value of the specified type for the specified culture. Depending on the value of the throwIfNoManager parameter, the method may generate an exception of the ItemNotFoundException type, unless a resource manager is set for this localizable value.

Синтаксис

public T GetCultureValue( 
   CultureInfo culture, 
   bool throwIfNoManager 
)

Параметры

culture
Culture.
throwIfNoManager
true, if the method must generate the ItemNotFoundException exception.

Тип возвращаемого значения

The localizable value of the specified type.

Исключения

ИсключениеОписание
ItemNotFoundExceptionIf the passed parameter throwIfNoManager is equal to true.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?