[E] InitializedByFlags
Flags used to indicate how a client is initialized.
Default means author doesn’t set initialization way for the client. It is only for internal usage and not exposed in decorator.
Individually means the client is initialized individually.
Parent means the client is initialized by its parent.
Enumeration Members
Section titled “Enumeration Members”| Enumeration Member | Value |
|---|---|
Default | 0 |
Individually | 1 |
Parent | 2 |