ConfigurationLoggerActionWithViewAsync - метод
Пространство имён: Tessa.Platform.ConfigurationLoggingСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
protected virtual Task ActionWithViewAsync(
ActionType actionType,
TessaViewModel model,
bool needClear = false,
bool importRoles = false
)
Protected Overridable Function ActionWithViewAsync (
actionType As ActionType,
model As TessaViewModel,
Optional needClear As Boolean = false,
Optional importRoles As Boolean = false
) As Task
protected:
virtual Task^ ActionWithViewAsync(
ActionType^ actionType,
TessaViewModel^ model,
bool needClear = false,
bool importRoles = false
)
abstract ActionWithViewAsync :
actionType : ActionType *
model : TessaViewModel *
?needClear : bool *
?importRoles : bool
(* Defaults:
let _needClear = defaultArg needClear false
let _importRoles = defaultArg importRoles false
*)
-> Task
override ActionWithViewAsync :
actionType : ActionType *
model : TessaViewModel *
?needClear : bool *
?importRoles : bool
(* Defaults:
let _needClear = defaultArg needClear false
let _importRoles = defaultArg importRoles false
*)
-> Task
- actionType ActionType
-
- model TessaViewModel
-
- needClear Boolean (Optional)
-
- importRoles Boolean (Optional)
-
Task