CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Class VsFactoryConfiguration

    Data model that implements the IVsFactoryConfiguration interface.

    Inheritance
    object
    VsFactoryConfiguration
    Implements
    IVsFactoryConfiguration
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>

    Implements

    IVsFactoryConfiguration
    © CodeFactory, LLC. All rights reserved.