- Assembly
- Rocket
.Surgery .Airframe .Forms .dll - Namespace
- Rocket
.Surgery .Airframe .Forms - Base Types
-
- Application
graph BT
Type-->Base0["Application"]
Type["ApplicationBase"]
class Type type-node
Syntax
public abstract class ApplicationBase : Application
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
ApplicationBase |
|
ApplicationBase |
Properties
Name | Value | Summary |
---|---|---|
Container | IContainer | |
Current | ApplicationBase |
static
|
Methods
Name | Value | Summary |
---|---|---|
Compose |
void | |
CreateContainer |
IContainer | |
Initialize |
void | |
Register |
void | |
RegisterServices |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|