Search Results for

    Show / Hide Table of Contents

    Class CorsElementCollection

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

    Inheritance
    object
    ConfigurationElement
    ConfigurationElementCollection
    ConfigurationElementCollectionBase<CorsElement>
    CorsElementCollection
    Implements
    ICollection
    IList<CorsElement>
    ICollection<CorsElement>
    IEnumerable<CorsElement>
    IEnumerable
    Inherited Members
    ConfigurationElementCollectionBase<CorsElement>.IndexOf(CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.Insert(int, CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.RemoveAt(int)
    ConfigurationElementCollectionBase<CorsElement>.Add(CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.Clear()
    ConfigurationElementCollectionBase<CorsElement>.Contains(CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.CopyTo(CorsElement[], int)
    ConfigurationElementCollectionBase<CorsElement>.Remove(CorsElement)
    ConfigurationElementCollectionBase<CorsElement>.GetEnumerator()
    ConfigurationElementCollectionBase<CorsElement>.this[int]
    ConfigurationElementCollectionBase<CorsElement>.IsReadOnly
    ConfigurationElementCollection.Equals(object)
    ConfigurationElementCollection.GetHashCode()
    ConfigurationElementCollection.CopyTo(ConfigurationElement[], int)
    ConfigurationElementCollection.Count
    ConfigurationElementCollection.EmitClear
    ConfigurationElementCollection.IsSynchronized
    ConfigurationElementCollection.SyncRoot
    ConfigurationElementCollection.CollectionType
    ConfigurationElement.LockAttributes
    ConfigurationElement.LockAllAttributesExcept
    ConfigurationElement.LockElements
    ConfigurationElement.LockAllElementsExcept
    ConfigurationElement.LockItem
    ConfigurationElement.ElementInformation
    ConfigurationElement.CurrentConfiguration
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Nevatech.Vsb.Repository.Configuration
    Assembly: Nevatech.Vsb.Repository.dll
    Syntax
    [ConfigurationCollection(typeof(CorsElement))]
    public sealed class CorsElementCollection : ConfigurationElementCollectionBase<CorsElement>, ICollection, 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.

    Overrides
    ConfigurationElementCollection.CreateNewElement()

    Implements

    ICollection
    IList<T>
    ICollection<T>
    IEnumerable<T>
    IEnumerable
    In This Article
    Back to top Nevatech Sentinet 6.7 Online Documentation