Search Results for

    Show / Hide Table of Contents

    Class ConnectionInfoCollection

    Inheritance
    System.Object
    System.Configuration.ConfigurationElement
    System.Configuration.ConfigurationElementCollection
    ConnectionInfoCollection
    Implements
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    System.Configuration.ConfigurationElementCollection.IsModified()
    System.Configuration.ConfigurationElementCollection.ResetModified()
    System.Configuration.ConfigurationElementCollection.IsReadOnly()
    System.Configuration.ConfigurationElementCollection.SetReadOnly()
    System.Configuration.ConfigurationElementCollection.Equals(System.Object)
    System.Configuration.ConfigurationElementCollection.GetHashCode()
    System.Configuration.ConfigurationElementCollection.Unmerge(System.Configuration.ConfigurationElement, System.Configuration.ConfigurationElement, System.Configuration.ConfigurationSaveMode)
    System.Configuration.ConfigurationElementCollection.Reset(System.Configuration.ConfigurationElement)
    System.Configuration.ConfigurationElementCollection.CopyTo(System.Configuration.ConfigurationElement[], System.Int32)
    System.Configuration.ConfigurationElementCollection.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Configuration.ConfigurationElementCollection.GetEnumerator()
    System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement)
    System.Configuration.ConfigurationElementCollection.BaseAdd(System.Configuration.ConfigurationElement, System.Boolean)
    System.Configuration.ConfigurationElementCollection.BaseIndexOf(System.Configuration.ConfigurationElement)
    System.Configuration.ConfigurationElementCollection.BaseAdd(System.Int32, System.Configuration.ConfigurationElement)
    System.Configuration.ConfigurationElementCollection.BaseRemove(System.Object)
    System.Configuration.ConfigurationElementCollection.BaseGet(System.Object)
    System.Configuration.ConfigurationElementCollection.BaseIsRemoved(System.Object)
    System.Configuration.ConfigurationElementCollection.BaseGet(System.Int32)
    System.Configuration.ConfigurationElementCollection.BaseGetAllKeys()
    System.Configuration.ConfigurationElementCollection.BaseGetKey(System.Int32)
    System.Configuration.ConfigurationElementCollection.BaseClear()
    System.Configuration.ConfigurationElementCollection.BaseRemoveAt(System.Int32)
    System.Configuration.ConfigurationElementCollection.SerializeElement(System.Xml.XmlWriter, System.Boolean)
    System.Configuration.ConfigurationElementCollection.OnDeserializeUnrecognizedElement(System.String, System.Xml.XmlReader)
    System.Configuration.ConfigurationElementCollection.CreateNewElement(System.String)
    System.Configuration.ConfigurationElementCollection.IsElementRemovable(System.Configuration.ConfigurationElement)
    System.Configuration.ConfigurationElementCollection.AddElementName
    System.Configuration.ConfigurationElementCollection.RemoveElementName
    System.Configuration.ConfigurationElementCollection.ClearElementName
    System.Configuration.ConfigurationElementCollection.Count
    System.Configuration.ConfigurationElementCollection.EmitClear
    System.Configuration.ConfigurationElementCollection.IsSynchronized
    System.Configuration.ConfigurationElementCollection.SyncRoot
    System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate
    System.Configuration.ConfigurationElementCollection.CollectionType
    System.Configuration.ConfigurationElement.Init()
    System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)
    System.Configuration.ConfigurationElement.InitializeDefault()
    System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty, System.Object, System.Boolean)
    System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter, System.String)
    System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader, System.Boolean)
    System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)
    System.Configuration.ConfigurationElement.PostDeserialize()
    System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)
    System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String, System.String)
    System.Configuration.ConfigurationElement.GetTransformedTypeString(System.String)
    System.Configuration.ConfigurationElement.GetTransformedAssemblyString(System.String)
    System.Configuration.ConfigurationElement.LockAttributes
    System.Configuration.ConfigurationElement.LockAllAttributesExcept
    System.Configuration.ConfigurationElement.LockElements
    System.Configuration.ConfigurationElement.LockAllElementsExcept
    System.Configuration.ConfigurationElement.LockItem
    System.Configuration.ConfigurationElement.Item[System.Configuration.ConfigurationProperty]
    System.Configuration.ConfigurationElement.Item[System.String]
    System.Configuration.ConfigurationElement.Properties
    System.Configuration.ConfigurationElement.ElementInformation
    System.Configuration.ConfigurationElement.EvaluationContext
    System.Configuration.ConfigurationElement.ElementProperty
    System.Configuration.ConfigurationElement.HasContext
    System.Configuration.ConfigurationElement.CurrentConfiguration
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Quark.CMSAdapters.QPP.Data
    Assembly: Quark.CMSAdapters.QPP.dll
    Syntax
    public class ConnectionInfoCollection : ConfigurationElementCollection, ICollection, IEnumerable

    Properties

    ElementName

    Gets the name used to identify this collection of elements in the configuration file when overridden in a derived class.

    Declaration
    protected override string ElementName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    System.Configuration.ConfigurationElementCollection.ElementName

    Item[Int32]

    Gets the ConnectionInfoElement at the specified index.

    Declaration
    public ConnectionInfoElement this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index

    The index.

    Property Value
    Type Description
    ConnectionInfoElement

    The ConnectionInfoElement.

    Methods

    CreateNewElement()

    When overridden in a derived class, creates a new System.Configuration.ConfigurationElement.

    Declaration
    protected override ConfigurationElement CreateNewElement()
    Returns
    Type Description
    System.Configuration.ConfigurationElement

    A newly created System.Configuration.ConfigurationElement.

    Overrides
    System.Configuration.ConfigurationElementCollection.CreateNewElement()

    GetElementKey(ConfigurationElement)

    Gets the element key for a specified configuration element when overridden in a derived class.

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

    The System.Configuration.ConfigurationElement to return the key for.

    Returns
    Type Description
    System.Object

    An System.Object that acts as the key for the specified System.Configuration.ConfigurationElement.

    Overrides
    System.Configuration.ConfigurationElementCollection.GetElementKey(System.Configuration.ConfigurationElement)

    IsElementName(String)

    Indicates whether the specified System.Configuration.ConfigurationElement exists in the System.Configuration.ConfigurationElementCollection.

    Declaration
    protected override bool IsElementName(string elementName)
    Parameters
    Type Name Description
    System.String elementName

    The name of the element to verify.

    Returns
    Type Description
    System.Boolean

    true if the element exists in the collection; otherwise, false. The default is false.

    Overrides
    System.Configuration.ConfigurationElementCollection.IsElementName(System.String)

    Implements

    System.Collections.ICollection
    System.Collections.IEnumerable

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)

    See Also

    System.Configuration.ConfigurationSection
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.