TessaControllerOverride - конструктор
Пространство имён: Tessa.Web.ServicesСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
public TessaControllerOverride(
Type RequestedType,
Object? ServiceKey = null,
bool IsOptional = false
)
Public Sub New (
RequestedType As Type,
Optional ServiceKey As Object = Nothing,
Optional IsOptional As Boolean = false
)
public:
TessaControllerOverride(
Type^ RequestedType,
Object^ ServiceKey = nullptr,
bool IsOptional = false
)
new :
RequestedType : Type *
?ServiceKey : Object *
?IsOptional : bool
(* Defaults:
let _ServiceKey = defaultArg ServiceKey null
let _IsOptional = defaultArg IsOptional false
*)
-> TessaControllerOverride
Параметры
- RequestedType Type
-
- ServiceKey Object (Optional)
-
- IsOptional Boolean (Optional)
-