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

KeyTransformerProxy.Item - свойство Смотри также  Terrasoft.Core.Store - пространство имен > KeyTransformerProxy - класс : Item - свойство C#

key
The key of the item.

Glossary Item Box

Gets or sets a cache item by the specified key.

Синтаксис

public object this[ 
   string key
]; {get; set;}

Параметры

key
The key of the item.

Значение свойства

Value of the item with the key key or null if the item is not found.

Заметки

Passed key key is converted according to the transformation rules of the proxy class keys, after which the cache item will be returned or set by the transformed key.

Смотри также

© Terrasoft 2002-2017.

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

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