Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.
TItemType
Type of the design-time item.

Schema.SetUniqueNameAndCaptionForItem(TItemType,MetaItemCollection) - метод Смотри также  Terrasoft.Core - пространство имен > Schema - класс > SetUniqueNameAndCaptionForItem - метод : SetUniqueNameAndCaptionForItem(TItemType,MetaItemCollection) - метод C#

item
The design-time item which the name and caption are set for.
items
Collection of the design-time items to which item belongs.

Glossary Item Box

Sets the unique name and caption for the given design-time item of the specified type from the passed collection.

Синтаксис

public void SetUniqueNameAndCaptionForItem<TItemType>( 
   TItemType item, 
   MetaItemCollection<TItemType> items 
) 
where TItemType: class, IMetaItem

Параметры

item
The design-time item which the name and caption are set for.
items
Collection of the design-time items to which item belongs.

Типы обобщений

TItemType
Type of the design-time item.

Заметки

Overloaded method.

Смотри также

© Terrasoft 2002-2017.

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

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