Show / Hide Table of Contents

    Interface IDynamicLiteral

    Dynamic literals can be used in any string setting in Build Automator. At build-time, references to #IDENTIFIER# will be replaced with the generated literal.

    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    public interface IDynamicLiteral

    Properties

    ID

    Declaration
    string ID { get; }
    Property Value
    Type Description
    String

    Tooltip

    Declaration
    string Tooltip { get; }
    Property Value
    Type Description
    String

    Methods

    DrawCustomSettingsUI()

    Declaration
    void DrawCustomSettingsUI()

    GenerateLiteral()

    Declaration
    string GenerateLiteral()
    Returns
    Type Description
    String

    Extension Methods

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