Search Results for

    Show / Hide Table of Contents

    Class AssemblySource

    Gets assembly names from the object

    Inheritance
    System.Object
    AssemblySource
    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 AssemblySource : ITypeNameProvider

    Constructors

    AssemblySource()

    Declaration
    public AssemblySource()

    Properties

    Functions

    Gets or sets the external types.

    Declaration
    public IEnumerable<ExternalType> Functions { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<ExternalType>

    The external types.

    Interfaces

    Gets or sets the interfaces.

    Declaration
    public IEnumerable<ExternalType> Interfaces { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<ExternalType>

    The interfaces.

    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