ConditionCompilationCache - конструктор |
Пространство имён:
Tessa.Compilation.Conditions
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public ConditionCompilationCache(
IDbScope dbScope,
ICardCache cardCache,
IConditionCompiler conditionCompiler,
[OptionalDependencyAttribute] IUnityDisposableContainer container = null
)
Public Sub New (
dbScope As IDbScope,
cardCache As ICardCache,
conditionCompiler As IConditionCompiler,
<OptionalDependencyAttribute> Optional container As IUnityDisposableContainer = Nothing
)
public:
ConditionCompilationCache(
IDbScope^ dbScope,
ICardCache^ cardCache,
IConditionCompiler^ conditionCompiler,
[OptionalDependencyAttribute] IUnityDisposableContainer^ container = nullptr
)
new :
dbScope : IDbScope *
cardCache : ICardCache *
conditionCompiler : IConditionCompiler *
[<OptionalDependencyAttribute>] ?container : IUnityDisposableContainer
(* Defaults:
let _container = defaultArg container null
*)
-> ConditionCompilationCache
Параметры
- dbScope
- Тип: Tessa.Platform.DataIDbScope
- cardCache
- Тип: Tessa.Cards.CachingICardCache
- conditionCompiler
- Тип: Tessa.Platform.ConditionsIConditionCompiler
- container (Optional)
- Тип: Tessa.PlatformIUnityDisposableContainer
См. также