FileContentHandler - конструктор
Пространство имён: Tessa.Content.FilesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public FileContentHandler(
string handlerType,
IDbScope dbScope,
ICardGetStrategy cardGetStrategy,
ITempFileLinkProvider tempFileLinkProvider,
ISession session,
ISessionHostInfoProvider hostInfoProvider,
IActionHistoryStrategy actionHistoryStrategy,
IFileContentPermissionManager permissionManager
)
Public Sub New (
handlerType As String,
dbScope As IDbScope,
cardGetStrategy As ICardGetStrategy,
tempFileLinkProvider As ITempFileLinkProvider,
session As ISession,
hostInfoProvider As ISessionHostInfoProvider,
actionHistoryStrategy As IActionHistoryStrategy,
permissionManager As IFileContentPermissionManager
)
public:
FileContentHandler(
String^ handlerType,
IDbScope^ dbScope,
ICardGetStrategy^ cardGetStrategy,
ITempFileLinkProvider^ tempFileLinkProvider,
ISession^ session,
ISessionHostInfoProvider^ hostInfoProvider,
IActionHistoryStrategy^ actionHistoryStrategy,
IFileContentPermissionManager^ permissionManager
)
new :
handlerType : string *
dbScope : IDbScope *
cardGetStrategy : ICardGetStrategy *
tempFileLinkProvider : ITempFileLinkProvider *
session : ISession *
hostInfoProvider : ISessionHostInfoProvider *
actionHistoryStrategy : IActionHistoryStrategy *
permissionManager : IFileContentPermissionManager -> FileContentHandler
Параметры
- handlerType String
-
- dbScope IDbScope
-
- cardGetStrategy ICardGetStrategy
-
- tempFileLinkProvider ITempFileLinkProvider
-
- session ISession
-
- hostInfoProvider ISessionHostInfoProvider
-
- actionHistoryStrategy IActionHistoryStrategy
-
- permissionManager IFileContentPermissionManager
-