Interface IContainer<TSettings>
Defines that a component might have child components.
Inherited Members
System.ICloneable.Clone()
Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 8.11.0Syntax
public interface IContainer<in TSettings> : IContainer, IComponent, ICloneable where TSettings : ISettingsDictionary
Type Parameters
| Name | Description |
|---|---|
| TSettings |
Methods
Add(IComponent, TSettings)
Adds a component to the collection.
Declaration
IContainer<TSettings> Add(IComponent component, TSettings requiredSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| IComponent | component | The component. |
| TSettings | requiredSettings | The required setting. |
Returns
| Type | Description |
|---|---|
| IContainer<TSettings> | Itself |