Interface IContainer
Inherited Members
System.ICloneable.Clone()
Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public interface IContainer : IComponent, ICloneable
Properties
Components
Declaration
IList<IComponent> Components { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<IComponent> |
ContainerType
Declaration
ContainerType ContainerType { get; set; }
Property Value
| Type | Description |
|---|---|
| ContainerType |
PlugInArea
Declaration
string PlugInArea { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Add(IComponent)
Declaration
IContainer Add(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| IComponent | component |
Returns
| Type | Description |
|---|---|
| IContainer |
SortComponents(Comparison<IComponent>)
Declaration
void SortComponents(Comparison<IComponent> comparison)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Comparison<IComponent> | comparison |