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

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

key
The key of the item.

Glossary Item Box

Gets or sets a data repository 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 if first converted as follows: a prefix defined with the KeyPrefix property is added to it. After this data repository item is gobtained or set with the received transformed key.

Смотри также

© Terrasoft 2002-2017.

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

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