Interface IContainer<TSettings>
Inherited Members
System.ICloneable.Clone()
Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public interface IContainer<in TSettings> : IContainer, IComponent, ICloneable where TSettings : ISettingsDictionary
Type Parameters
Name | Description |
---|---|
TSettings |
Methods
Add(IComponent, TSettings)
Declaration
IContainer<TSettings> Add(IComponent component, TSettings requiredSettings)
Parameters
Type | Name | Description |
---|---|---|
IComponent | component | |
TSettings | requiredSettings |
Returns
Type | Description |
---|---|
IContainer<TSettings> |