CardStreamServerRepository - класс

Репозиторий для потокового управления карточками на сервере.

Definition

Пространство имён: Tessa.Cards
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public sealed class CardStreamServerRepository : ICardStreamServerRepository
Inheritance
Object    CardStreamServerRepository
Implements
ICardStreamServerRepository

Конструкторы

CardStreamServerRepository Создаёт новый экземпляр класса с указанием метаинформации по типам карточек, объекта сессии и компонентов репозитория.

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetFileContentAsAggregatedStreamAsyncПолучает контент версии файла в виде агрегированного потока, в котором содержится ответ на запрос и собственно контент.
GetFileContentAsyncПолучает контент версии файла.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
StoreAsync(Stream, CardServiceType, CancellationToken)Сохраняет карточку и её файлы, переданные в потоке карточки.
StoreAsync(CardStoreRequest, IReadOnlyCollectionICardFileContentProvider, NullableGuid, CancellationToken) Сохраняет карточку с контентом файлов, которые заданы списком объектов [Tessa.Cards.ICardFileContentProvider].
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

GenerateFileFromTemplateAsync Асинхронно создаёт файл по заданному шаблону и возвращает контент созданного файла и ответ на запрос на создание.
(Определяется CardExtensions)
Get
(Определяется ComHelper)
GetFileContentInfoAsync Handle CardGetFileContentRequest and returns requested file content and info about it if succeeded.
(Определяется CardExtensions)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также