CardStreamClientStoreExtendedComponent - конструктор |
Создаёт экземпляр класса с указанием требуемого компонента
и контейнера с используемыми расширениями.
Пространство имён:
Tessa.Cards.ComponentModel
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public CardStreamClientStoreExtendedComponent(
ICardStreamClientStoreComponent cardStreamClientStoreComponent,
IExtensionContainer extensionContainer
)
Public Sub New (
cardStreamClientStoreComponent As ICardStreamClientStoreComponent,
extensionContainer As IExtensionContainer
)
public:
CardStreamClientStoreExtendedComponent(
ICardStreamClientStoreComponent^ cardStreamClientStoreComponent,
IExtensionContainer^ extensionContainer
)
new :
cardStreamClientStoreComponent : ICardStreamClientStoreComponent *
extensionContainer : IExtensionContainer -> CardStreamClientStoreExtendedComponent
Параметры
- cardStreamClientStoreComponent
- Тип: Tessa.Cards.ComponentModelICardStreamClientStoreComponent
Компонент, выполняющий потоковое сохранение карточки с контентом файлов без расширений.
- extensionContainer
- Тип: Tessa.ExtensionsIExtensionContainer
Контейнер с используемыми расширениями.
См. также