- Assembly
- Comet
.Blazor .dll - Namespace
- Comet
.Blazor .Handlers - Interfaces
-
- IBlazorViewHandler
- IViewHandler
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IBlazorViewHandler"]
click Interface0 "/api/Comet.Blazor.Handlers/IBlazorViewHandler"
Type-.->Interface1["IViewHandler"]
Type["AbstractControlHandler<TVirtualView, TNativeView>"]
class Type type-node
Syntax
public abstract class AbstractControlHandler<TVirtualView, TNativeView> : IBlazorViewHandler,
IViewHandler
where TVirtualView : View where TNativeView : CometComponentBase
Type Parameters
Name | Description |
---|---|
TVirtualView | |
TNativeView |
Constructors
Properties
Name | Value | Summary |
---|---|---|
ComponentType | Type | |
HasContainer | bool | |
NativeView | TNativeView | |
VirtualType | Type | |
VirtualView | TVirtualView |
Methods
Name | Value | Summary |
---|---|---|
GetIntrinsicSize |
SizeF | |
InitializeView |
void | |
Remove |
void | |
SetFrame |
void | |
SetView |
void | |
UpdateValue |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|