CardStreamClientRepositoryCreateExtended - метод
Создаёт экземпляр репозитория с расширенной конфигурацией клиентских компонентов по умолчанию,
с указанием контейнера с используемыми расширениями и сервиса для потокового управления карточками.
Пространство имён: Tessa.CardsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public static ICardStreamClientRepository CreateExtended(
IExtensionContainer extensionContainer,
ICardService cardService,
IOperationRepository operationRepository,
ICardMetadata cardMetadata,
ISession session
)
Public Shared Function CreateExtended (
extensionContainer As IExtensionContainer,
cardService As ICardService,
operationRepository As IOperationRepository,
cardMetadata As ICardMetadata,
session As ISession
) As ICardStreamClientRepository
public:
static ICardStreamClientRepository^ CreateExtended(
IExtensionContainer^ extensionContainer,
ICardService^ cardService,
IOperationRepository^ operationRepository,
ICardMetadata^ cardMetadata,
ISession^ session
)
static member CreateExtended :
extensionContainer : IExtensionContainer *
cardService : ICardService *
operationRepository : IOperationRepository *
cardMetadata : ICardMetadata *
session : ISession -> ICardStreamClientRepository
- extensionContainer IExtensionContainer
- Контейнер с используемыми расширениями.
- cardService ICardService
- Сервис для управления карточками.
- operationRepository IOperationRepository
- Репозиторий, управляющий операциями.
- cardMetadata ICardMetadata
- Метаинформация по типам карточек.
- session ISession
- Сессия, в рамках которой выполняются операции.
ICardStreamClientRepositoryСозданный экземпляр репозитория.