Search Results for

    Show / Hide Table of Contents

    Class ConfigAssemblySource

    Gets assembly names from the configuration

    Inheritance
    System.Object
    ConfigAssemblySource
    Implements
    ITypeNameProvider
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data.Extensibility
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class ConfigAssemblySource : ITypeNameProvider

    Constructors

    ConfigAssemblySource()

    Declaration
    public ConfigAssemblySource()

    Methods

    GetFunctionTypeNames()

    Gets the assemblies from a given source.

    Declaration
    public IEnumerable<ExternalType> GetFunctionTypeNames()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ExternalType>

    A list of ExternalTypes.

    Implements
    ITypeNameProvider.GetFunctionTypeNames()

    GetInterfaceTypeNames()

    Gets the assemblies from a given source.

    Declaration
    public IEnumerable<ExternalType> GetInterfaceTypeNames()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ExternalType>

    A list of ExternalTypes.

    Implements
    ITypeNameProvider.GetInterfaceTypeNames()

    GetTriggerTypeNames()

    Gets the assemblies from a given source.

    Declaration
    public IEnumerable<ExternalType> GetTriggerTypeNames()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ExternalType>

    A list of ExternalTypes.

    Implements
    ITypeNameProvider.GetTriggerTypeNames()
    In This Article
    Back to top Copyright © 2025 software architects gmbh