NFive API Reference

NFive API Reference

    Show / Hide Table of Contents

    Class Overlay

    Inheritance
    Object
    Overlay
    Namespace: NFive.SDK.Client.Interface
    Assembly: NFive.SDK.Client.net.dll
    Syntax
    public abstract class Overlay

    Constructors

    | Improve this Doc View Source

    Overlay(IOverlayManager)

    Declaration
    protected Overlay(IOverlayManager manager)
    Parameters
    Type Name Description
    IOverlayManager manager
    | Improve this Doc View Source

    Overlay(IOverlayManager, String)

    Declaration
    protected Overlay(IOverlayManager manager, string fileName)
    Parameters
    Type Name Description
    IOverlayManager manager
    String fileName

    Properties

    | Improve this Doc View Source

    Name

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

    Methods

    | Improve this Doc View Source

    Blur()

    Declaration
    public void Blur()
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    Boolean disposing
    | Improve this Doc View Source

    Emit(String, Object)

    Declaration
    public void Emit(string event, object data = null)
    Parameters
    Type Name Description
    String event
    Object data
    | Improve this Doc View Source

    Focus(Boolean)

    Declaration
    public void Focus(bool showCursor)
    Parameters
    Type Name Description
    Boolean showCursor
    | Improve this Doc View Source

    Hide(Boolean)

    Declaration
    public void Hide(bool blur = true)
    Parameters
    Type Name Description
    Boolean blur
    | Improve this Doc View Source

    On(String, Action)

    Declaration
    public void On(string event, Action action)
    Parameters
    Type Name Description
    String event
    Action action
    | Improve this Doc View Source

    On<T>(String, Action<T>)

    Declaration
    public void On<T>(string event, Action<T> action)
    Parameters
    Type Name Description
    String event
    Action<T> action
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    On<TReturn>(String, Func<TReturn>)

    Declaration
    public void On<TReturn>(string event, Func<TReturn> action)
    Parameters
    Type Name Description
    String event
    Func<TReturn> action
    Type Parameters
    Name Description
    TReturn
    | Improve this Doc View Source

    On<T, TReturn>(String, Func<T, TReturn>)

    Declaration
    public void On<T, TReturn>(string event, Func<T, TReturn> action)
    Parameters
    Type Name Description
    String event
    Func<T, TReturn> action
    Type Parameters
    Name Description
    T
    TReturn
    | Improve this Doc View Source

    Ready()

    Declaration
    protected virtual dynamic Ready()
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    Show(Boolean, Boolean)

    Declaration
    public void Show(bool focus = true, bool showCursor = true)
    Parameters
    Type Name Description
    Boolean focus
    Boolean showCursor
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2019 NFive