Interface IComponentCollector
- Namespace
- Cryville.EEW.ComponentModel
- Assembly
- Cryville.EEW.dll
Represents a component collector.
public interface IComponentCollector : INamedComponent
- Inherited Members
Properties
Builders
Collected builders.
IEnumerable<IBuilder> Builders { get; }
Property Value
Components
Collected configured components.
IList Components { get; }
Property Value
IsAutomatic
Whether the collector collects singleton components automatically.
bool IsAutomatic { get; }
Property Value
Events
BuildersChanged
Raised when the list of builders is changed.
event EventHandler? BuildersChanged
Event Type
ComponentsChange
Raised when the list of components is changed.
event NotifyCollectionChangedEventHandler? ComponentsChange