Search Results for

    Show / Hide Table of Contents

    Class ExternalTypesConfigurationElementCollection

    Represents a collection of ExternalTypeConfigurationElement

    Inheritance
    System.Object
    ExternalTypesConfigurationElementCollection
    Namespace: TimeCockpit.Data.Extensibility
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class ExternalTypesConfigurationElementCollection : ConfigurationElementCollection

    Constructors

    ExternalTypesConfigurationElementCollection()

    Declaration
    public ExternalTypesConfigurationElementCollection()

    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 new System.Configuration.ConfigurationElement.

    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.

    In This Article
    Back to top Copyright © 2025 software architects gmbh