Show / Hide Table of Contents

    Class CurrentPlatformLiteral

    Inheritance
    Object
    CurrentPlatformLiteral
    Implements
    IDynamicLiteral
    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    public class CurrentPlatformLiteral : IDynamicLiteral

    Constructors

    CurrentPlatformLiteral(String)

    Declaration
    public CurrentPlatformLiteral(string identifier)
    Parameters
    Type Name Description
    String identifier

    Properties

    ID

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

    Tooltip

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

    Methods

    DrawCustomSettingsUI()

    Declaration
    public void DrawCustomSettingsUI()

    GenerateLiteral()

    Declaration
    public string GenerateLiteral()
    Returns
    Type Description
    String

    Implements

    IDynamicLiteral

    Extension Methods

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