CardFileSourceSettings(IEnumerableICardFileSource, ICardFileSource, ICardFileSourceOverrideProvider, IUnityDisposableContainer) - конструктор
Создаёт экземпляр класса с указанием его зависимостей для получения значений вручную.
Пространство имён: Tessa.CardsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public CardFileSourceSettings(
IEnumerable<ICardFileSource> sources,
ICardFileSource? defaultSource = null,
[OptionalDependencyAttribute] ICardFileSourceOverrideProvider? overrideProvider = null,
[OptionalDependencyAttribute] IUnityDisposableContainer? disposableContainer = null
)
Public Sub New (
sources As IEnumerable(Of ICardFileSource),
Optional defaultSource As ICardFileSource = Nothing,
<OptionalDependencyAttribute> Optional overrideProvider As ICardFileSourceOverrideProvider = Nothing,
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
public:
CardFileSourceSettings(
IEnumerable<ICardFileSource^>^ sources,
ICardFileSource^ defaultSource = nullptr,
[OptionalDependencyAttribute] ICardFileSourceOverrideProvider^ overrideProvider = nullptr,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
sources : IEnumerable<ICardFileSource> *
?defaultSource : ICardFileSource *
[<OptionalDependencyAttribute>] ?overrideProvider : ICardFileSourceOverrideProvider *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _defaultSource = defaultArg defaultSource null
let _overrideProvider = defaultArg overrideProvider null
let _disposableContainer = defaultArg disposableContainer null
*)
-> CardFileSourceSettings
Параметры
- sources IEnumerableICardFileSource
- Список настроек по местоположениям файлов.
- defaultSource ICardFileSource (Optional)
-
Местоположение по умолчанию или null, если в качестве местоположения по умолчанию задаётся
первый элемент перечисления sources или null, если перечисление не возвращает значений.
- overrideProvider ICardFileSourceOverrideProvider (Optional)
-
Объект, предоставляющий доступ к настройкам, переопределяющих местоположение контента файлов,
или null, если настройки не переопределяются.
- disposableContainer IUnityDisposableContainer (Optional)
- Контейнер, используемый для регистрации задачи на освобождение текущего объекта.