CardSourceContentStrategy - конструктор |
Создаёт экземпляр класса с указанием стратегий, используемых для различных значений перечисления
CardFileSourceType, заданном в контексте.
Пространство имён:
Tessa.Cards.ComponentModel
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.CardsICardFileSourceSettings
Настройки для местоположений файлов. - createDatabaseContentStrategyFunc
- Тип: SystemFuncICardFileSource, ICardContentStrategy
Функция, которая для заданных настроек местоположения создаёт стратегию,
используемую для взаимодействия с контентом файлов в базе данных.
- createFileSystemContentStrategyFunc
- Тип: SystemFuncICardFileSource, ICardContentStrategy
Функция, которая для заданных настроек местоположения создаёт стратегию,
используемую для взаимодействия с контентом файлов на файловой системе.
См. также