CardSourceContentStrategy - конструктор
Создаёт экземпляр класса с указанием стратегий, используемых для различных значений перечисления
CardFileSourceType, заданном в контексте.
Пространство имён: Tessa.Cards.ComponentModelСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public CardSourceContentStrategy(
ICardFileSourceSettings fileSourceSettings,
Func<ICardFileSource, ICardContentStrategy> createDatabaseContentStrategyFunc,
Func<ICardFileSource, ICardContentStrategy> createFileSystemContentStrategyFunc
)
Public Sub New (
fileSourceSettings As ICardFileSourceSettings,
createDatabaseContentStrategyFunc As Func(Of ICardFileSource, ICardContentStrategy),
createFileSystemContentStrategyFunc As Func(Of ICardFileSource, ICardContentStrategy)
)
public:
CardSourceContentStrategy(
ICardFileSourceSettings^ fileSourceSettings,
Func<ICardFileSource^, ICardContentStrategy^>^ createDatabaseContentStrategyFunc,
Func<ICardFileSource^, ICardContentStrategy^>^ createFileSystemContentStrategyFunc
)
new :
fileSourceSettings : ICardFileSourceSettings *
createDatabaseContentStrategyFunc : Func<ICardFileSource, ICardContentStrategy> *
createFileSystemContentStrategyFunc : Func<ICardFileSource, ICardContentStrategy> -> CardSourceContentStrategy
Параметры
- fileSourceSettings ICardFileSourceSettings
- Настройки для местоположений файлов.
- createDatabaseContentStrategyFunc FuncICardFileSource, ICardContentStrategy
-
Функция, которая для заданных настроек местоположения создаёт стратегию,
используемую для взаимодействия с контентом файлов в базе данных.
- createFileSystemContentStrategyFunc FuncICardFileSource, ICardContentStrategy
-
Функция, которая для заданных настроек местоположения создаёт стратегию,
используемую для взаимодействия с контентом файлов на файловой системе.