Interface ITypeNameProvider
An interface that when implemented provides 3rd party types for e.g. functions, interfaces etc.
Namespace: TimeCockpit.Data.Extensibility
Assembly: TimeCockpit.Data.dll
Syntax
public interface ITypeNameProvider
Methods
GetFunctionTypeNames()
Gets the assemblies from a given source.
Declaration
IEnumerable<ExternalType> GetFunctionTypeNames()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<ExternalType> | A list of ExternalTypes. |
GetInterfaceTypeNames()
Gets the assemblies from a given source.
Declaration
IEnumerable<ExternalType> GetInterfaceTypeNames()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<ExternalType> | A list of ExternalTypes. |
GetTriggerTypeNames()
Gets the assemblies from a given source.
Declaration
IEnumerable<ExternalType> GetTriggerTypeNames()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<ExternalType> | A list of ExternalTypes. |