![]() |
Able
Askowl Base Library Enabler
|
Creating Decoupled Components More...
Classes | |
| class | ComponentInterface |
| Parent class for component interfaces More... | |
Protected Attributes | |
| bool | Instantiated => componentInterface != null |
| Set when the component is first instantiated (used internally) More... | |
Properties | |
| ComponentInterface | Instance [get] |
| Called in concrete component instances to get the correct backing component More... | |
Events | |
| static Action< T > | Initialisers = delegate { } |
| List of component initialisers (used internally) More... | |
| T | : | ComponentDecoupler<T> |
Definition at line 11 of file ComponentDecoupler.cs.
|
protected |
Set when the component is first instantiated (used internally)
Definition at line 53 of file ComponentDecoupler.cs.
|
getprotected |
Called in concrete component instances to get the correct backing component
Definition at line 56 of file ComponentDecoupler.cs.
|
staticprotected |
List of component initialisers (used internally)
Definition at line 13 of file ComponentDecoupler.cs.