Show / Hide Table of Contents

    Class BuildAutomatorPreferences

    Inheritance
    Object
    BuildAutomatorPreferences
    Implements
    IFusable<BuildAutomatorPreferences>
    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    public class BuildAutomatorPreferences : IFusable<BuildAutomatorPreferences>

    Fields

    ModulePreferences

    Declaration
    public readonly Dictionary<string, JObject> ModulePreferences
    Field Value
    Type Description
    Dictionary<String, Newtonsoft.Json.Linq.JObject>

    Methods

    Fuse(BuildAutomatorPreferences)

    Declaration
    public void Fuse(BuildAutomatorPreferences newData)
    Parameters
    Type Name Description
    BuildAutomatorPreferences newData

    Implements

    IFusable<T>

    Extension Methods

    CollectionExtensions.Yield<T>(T)
    Build Automator 2 by QFSW
    Back to top