Class ExternalTypeConfigurationElement
A class that represents an external assembly to load
Inheritance
System.Object
ExternalTypeConfigurationElement
Namespace: TimeCockpit.Data.Extensibility
Assembly: TimeCockpit.Data.dll
Syntax
public class ExternalTypeConfigurationElement : ConfigurationElement
Constructors
ExternalTypeConfigurationElement()
Declaration
public ExternalTypeConfigurationElement()
Properties
AssemblyName
Gets the name of the assembly.
Declaration
public string AssemblyName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
AssemblyPath
Gets the assembly path.
Declaration
public string AssemblyPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Gets the name of the entry.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Namespace
Gets the type name.
Declaration
public string Namespace { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
TypeName
Gets the type name.
Declaration
public string TypeName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |