Class SupportedTypeElementCollection
Inheritance
System.Object
SupportedTypeElementCollection
Assembly: EPiServer.Data.dll
Version: 9.12.2
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
Methods
Add(SupportedTypeElement)
Declaration
public void Add(SupportedTypeElement element)
Parameters
Clear()
Declaration
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
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