Show / Hide Table of Contents

    Class BinarySecretElementCollection

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

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

    Constructors

    BinarySecretElementCollection()

    Declaration
    public BinarySecretElementCollection()

    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