Show / Hide Table of Contents

    DwModelManager Class

    .NET Standard 2.x

    Loads the DataWindow object and specifies the logging object for the loading process.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public static class DwModelManager;
    

    Properties

    Name Returns Type Description
    DataWindows IReadOnlyDictionary<string, IList<Type>> Gets all of the DataWindow objects that are currently loaded.

    Methods

    Name Returns Type Description
    GetDwModelType(string name) Type Gets the model type corresponding to the DataWindow.
    LoadDwModels(Action<IDataWindowOptions> options = null) void Loads the DataWindow. You can specify the assembly to load and the logging object to use.

    Remarks

    Back to top Generated by Appeon