Interface IVsFactoryConfiguration
Configuration model definition all data needed to load a code factory configuration into visual studio.
Namespace: CodeFactory.WinVs.Loader
Assembly: CodeFactory.WinVs.dll
Syntax
public interface IVsFactoryConfiguration
Properties
CodeFactoryActions
Enumeration of the commands to be loaded into the code factory.
Declaration
List<VsActionConfiguration> CodeFactoryActions { get; }
Property Value
| Type | Description |
|---|---|
| List<VsActionConfiguration> |
CodeFactoryLibraries
Enumeration of the code factory libraries that need to be loaded.
Declaration
List<VsLibraryConfiguration> CodeFactoryLibraries { get; }
Property Value
| Type | Description |
|---|---|
| List<VsLibraryConfiguration> |
Id
The unique identifier that is assigned to the factory configuration.
Declaration
Guid Id { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
The name assigned to this automation configuration.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
SdkVersion
The version of the CodeFactory SDK that was used to build the automation.
Declaration
string SdkVersion { get; }
Property Value
| Type | Description |
|---|---|
| string |
SupportLibraries
Enumeration of the support libraries that need to be loaded to run the code factory libraries.
Declaration
List<VsLibraryConfiguration> SupportLibraries { get; }
Property Value
| Type | Description |
|---|---|
| List<VsLibraryConfiguration> |