Search Results for

    Show / Hide Table of Contents

    Class ValueElementCollection

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

    Inheritance
    object
    ConfigurationElement
    ConfigurationElementCollection
    ConfigurationElementCollectionBase<ValueElement>
    ValueElementCollection
    Implements
    ICollection
    IList<ValueElement>
    ICollection<ValueElement>
    IEnumerable<ValueElement>
    IEnumerable
    Inherited Members
    ConfigurationElementCollectionBase<ValueElement>.IndexOf(ValueElement)
    ConfigurationElementCollectionBase<ValueElement>.Insert(int, ValueElement)
    ConfigurationElementCollectionBase<ValueElement>.RemoveAt(int)
    ConfigurationElementCollectionBase<ValueElement>.Add(ValueElement)
    ConfigurationElementCollectionBase<ValueElement>.Clear()
    ConfigurationElementCollectionBase<ValueElement>.Contains(ValueElement)
    ConfigurationElementCollectionBase<ValueElement>.CopyTo(ValueElement[], int)
    ConfigurationElementCollectionBase<ValueElement>.Remove(ValueElement)
    ConfigurationElementCollectionBase<ValueElement>.GetEnumerator()
    ConfigurationElementCollectionBase<ValueElement>.this[int]
    ConfigurationElementCollectionBase<ValueElement>.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(ValueElement))]
    public sealed class ValueElementCollection : ConfigurationElementCollectionBase<ValueElement>, ICollection, IList<ValueElement>, ICollection<ValueElement>, IEnumerable<ValueElement>, IEnumerable

    Constructors

    ValueElementCollection()

    Declaration
    public ValueElementCollection()

    Properties

    ThrowOnDuplicate

    Gets a value indicating whether an attempt to add a duplicate element to the collection will cause an exception to be thrown.

    Declaration
    protected override bool ThrowOnDuplicate { get; }
    Property Value
    Type Description
    bool
    Overrides
    ConfigurationElementCollection.ThrowOnDuplicate

    Methods

    CreateNewElement()

    Creates a new ConfigurationElement.

    Declaration
    protected override ConfigurationElement CreateNewElement()
    Returns
    Type Description
    ConfigurationElement

    A new ConfigurationElement.

    Overrides
    ConfigurationElementCollection.CreateNewElement()

    GetElementKey(ConfigurationElement)

    Gets the element key for a specified configuration element.

    Declaration
    protected override object GetElementKey(ConfigurationElement element)
    Parameters
    Type Name Description
    ConfigurationElement element

    The ConfigurationElement to return the key for.

    Returns
    Type Description
    object

    An object that acts as the key for the specified ConfigurationElement.

    Overrides
    ConfigurationElementCollectionBase<ValueElement>.GetElementKey(ConfigurationElement)

    Implements

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