You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A child component context is an implementation of IComposer and IComponentContext that proxies another instance. It first looks up any query in its own repository. If found, the locally found component should be returned. If not, the parent context should be queried.
Any registration or change in variables should be applied to the child context itself, and overrides the parent.
The exact behavior should be defined for methods (such as GetAllComponents).
The text was updated successfully, but these errors were encountered:
A child component context is an implementation of
IComposer
andIComponentContext
that proxies another instance. It first looks up any query in its own repository. If found, the locally found component should be returned. If not, the parent context should be queried.Any registration or change in variables should be applied to the child context itself, and overrides the parent.
The exact behavior should be defined for methods (such as
GetAllComponents
).The text was updated successfully, but these errors were encountered: