Show / Hide Table of Contents

    Interface IModule

    Inherited Members
    IDrawOrder.DrawOrder
    Namespace: QFSW.BA.Modules
    Assembly: QFSW.BA.dll
    Syntax
    public interface IModule : IDrawOrder

    Properties

    EventCallbackOrder

    Declaration
    int EventCallbackOrder { get; }
    Property Value
    Type Description
    Int32

    ID

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

    Methods

    DrawModule()

    Declaration
    void DrawModule()

    Extension Methods

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