Class VsFactoryConfiguration
Data model that implements the IVsFactoryConfiguration interface.
Implements
Inherited Members
Namespace: CodeFactory.WinVs.Loader
Assembly: CodeFactory.WinVs.dll
Syntax
[MessagePackObject(false)]
public class VsFactoryConfiguration : IVsFactoryConfiguration
Properties
CodeFactoryActions
Enumeration of the commands to be loaded into the code factory.
Declaration
[Key(5)]
public List<VsActionConfiguration> CodeFactoryActions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VsActionConfiguration> |
CodeFactoryLibraries
Enumeration of the code factory libraries that need to be loaded.
Declaration
[Key(4)]
public List<VsLibraryConfiguration> CodeFactoryLibraries { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VsLibraryConfiguration> |
Id
The unique identifier that is assigned to the factory configuration.
Declaration
[Key(1)]
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Name
The name assigned to this automation configuration.
Declaration
[Key(0)]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SdkVersion
The version of the CodeFactory SDK that was used to build the automation.
Declaration
[Key(2)]
public string SdkVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SupportLibraries
Enumeration of the support libraries that need to be loaded to run the code factory libraries.
Declaration
[Key(3)]
public List<VsLibraryConfiguration> SupportLibraries { get; set; }
Property Value
| Type | Description |
|---|---|
| List<VsLibraryConfiguration> |