Class AssemblySource
Gets assembly names from the object
Inheritance
System.Object
AssemblySource
Implements
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
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
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. |