Class ViewTransformationElementCollection
Defines a collection of ViewTransformationElements.
Inheritance
System.Object
ViewTransformationElementCollection
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4Syntax
public class ViewTransformationElementCollection : ConfigurationElementCollection
Constructors
ViewTransformationElementCollection()
Declaration
public ViewTransformationElementCollection()
Methods
CreateNewElement()
Creates a new ViewTransformationElement.
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type | Description |
---|---|
System.Configuration.ConfigurationElement | A new ViewTransformationElement. |
GetElementKey(ConfigurationElement)
Gets the element key for a specified configuration element.
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Configuration.ConfigurationElement | element | The ViewTransformationElement to return the key for. |
Returns
Type | Description |
---|---|
System.Object | A name of the tranformation element that acts as the key for the specified ViewTransformationElement. |