FileContentHandler - конструктор

Инициализирует новый экземпляр класса FileContentHandler

Definition

Пространство имён: Tessa.Content.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public FileContentHandler(
	string handlerType,
	IDbScope dbScope,
	ICardGetStrategy cardGetStrategy,
	ITempFileLinkProvider tempFileLinkProvider,
	ISession session,
	ISessionHostInfoProvider hostInfoProvider,
	IActionHistoryStrategy actionHistoryStrategy,
	IFileContentPermissionManager permissionManager
)

Параметры

handlerType  String
 
dbScope  IDbScope
 
cardGetStrategy  ICardGetStrategy
 
tempFileLinkProvider  ITempFileLinkProvider
 
session  ISession
 
hostInfoProvider  ISessionHostInfoProvider
 
actionHistoryStrategy  IActionHistoryStrategy
 
permissionManager  IFileContentPermissionManager
 

См. также