Show / Hide Table of Contents

    Class CorsElementCollection

    Represents a collection of CorsElement configuration elements in the application configuration file.

    Inheritance
    Object
    ConfigurationElementCollectionBase<CorsElement>
    CorsElementCollection
    Implements
    IList<CorsElement>
    ICollection<CorsElement>
    IEnumerable<CorsElement>
    IEnumerable
    Inherited Members
    ConfigurationElementCollectionBase<CorsElement>.SerializeElement(XmlWriter, Boolean)
    ConfigurationElementCollectionBase<CorsElement>.GetElementKey(ConfigurationElement)
    ConfigurationElementCollectionBase<CorsElement>.IndexOf(CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.Insert(Int32, CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.RemoveAt(Int32)
    ConfigurationElementCollectionBase<CorsElement>.Add(CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.Clear()
    ConfigurationElementCollectionBase<CorsElement>.Contains(CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.CopyTo(CorsElement[], Int32)
    ConfigurationElementCollectionBase<CorsElement>.Remove(CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.GetEnumerator()
    ConfigurationElementCollectionBase<CorsElement>.Item[Int32]
    ConfigurationElementCollectionBase<CorsElement>.IsReadOnly
    Namespace: Nevatech.Vsb.Repository.Configuration
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    public sealed class CorsElementCollection : ConfigurationElementCollectionBase<CorsElement>, IList<CorsElement>, ICollection<CorsElement>, IEnumerable<CorsElement>, IEnumerable

    Constructors

    CorsElementCollection()

    Declaration
    public CorsElementCollection()

    Methods

    CreateNewElement()

    Creates a new ConfigurationElement.

    Declaration
    protected override ConfigurationElement CreateNewElement()
    Returns
    Type Description
    ConfigurationElement

    A new ConfigurationElement.

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    Back to top Nevatech Sentinet 6.5 Online Documentation