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

Search Results for

    Class ConfigParameter

    Configuration information about a target parameter to be used in CodeFactory automation.

    Inheritance
    object
    ConfigParameter
    Implements
    IConfigGuidance
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CodeFactory.WinVs.Commands
    Assembly: CodeFactory.WinVs.dll
    Syntax
    public class ConfigParameter : IConfigGuidance

    Properties

    Guidance

    Instructions for what data is to go into the configuration.

    Declaration
    public string Guidance { get; set; }
    Property Value
    Type Description
    string

    Name

    Name of the parameter itself.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Value

    The value that is assigned to the parameter.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string

    Implements

    IConfigGuidance
    © CodeFactory, LLC. All rights reserved.