SaaS CMS has officially launched! Learn more now.

Class SupportedTypeElementCollection

A collection of SupportedTypeElement

Inheritance
System.Object
SupportedTypeElementCollection
Namespace: EPiServer.Data.Configuration
Assembly: EPiServer.Data.dll
Version: 8.11.0
Syntax
public class SupportedTypeElementCollection : ConfigurationElementCollection

Constructors

SupportedTypeElementCollection()

Declaration
public SupportedTypeElementCollection()

Properties

CollectionType

Declaration
public override ConfigurationElementCollectionType CollectionType { get; }
Property Value
Type Description
System.Configuration.ConfigurationElementCollectionType

Item[Int32]

Declaration
public SupportedTypeElement this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
SupportedTypeElement

Methods

Add(SupportedTypeElement)

Declaration
public void Add(SupportedTypeElement element)
Parameters
Type Name Description
SupportedTypeElement element

Clear()

Declaration
public void Clear()

CreateNewElement()

Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type Description
System.Configuration.ConfigurationElement

GetElementKey(ConfigurationElement)

Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type Name Description
System.Configuration.ConfigurationElement element
Returns
Type Description
System.Object

Remove(SupportedTypeElement)

Declaration
public void Remove(SupportedTypeElement element)
Parameters
Type Name Description
SupportedTypeElement element

Remove(String)

Declaration
public void Remove(string name)
Parameters
Type Name Description
System.String name

RemoveAt(Int32)

Declaration
public void RemoveAt(int index)
Parameters
Type Name Description
System.Int32 index

Extension Methods