Search Results for

    Show / Hide Table of Contents

    Class ExternalTypesSection

    A class that represents a System.Configuration.ConfigurationSection that holds information about which external assemblies to load.

    Inheritance
    System.Object
    ExternalTypesSection
    Namespace: TimeCockpit.Data.Extensibility
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class ExternalTypesSection : ConfigurationSection

    Constructors

    ExternalTypesSection()

    Declaration
    public ExternalTypesSection()

    Properties

    FunctionTypes

    Gets the external assemblies.

    Declaration
    public ExternalTypesConfigurationElementCollection FunctionTypes { get; }
    Property Value
    Type Description
    ExternalTypesConfigurationElementCollection

    InterfaceTypes

    Gets the external assemblies.

    Declaration
    public ExternalTypesConfigurationElementCollection InterfaceTypes { get; }
    Property Value
    Type Description
    ExternalTypesConfigurationElementCollection

    TriggerTypes

    Gets the external assemblies.

    Declaration
    public ExternalTypesConfigurationElementCollection TriggerTypes { get; }
    Property Value
    Type Description
    ExternalTypesConfigurationElementCollection
    In This Article
    Back to top Copyright © 2025 software architects gmbh