Show / Hide Table of Contents

    WebExtensions.UseDataWindow Method

    .NET Standard 2.x

    Parses and loads all models (converted from DataWindow objects) from assemblies.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Constructor Description
    UseDataWindow(this IApplicationBuilder app) Parses and loads all models (converted from DataWindow objects) from the assemblies which are already loaded into the current application domain.
    UseDataWindow(this IApplicationBuilder app, Action<IDataWindowOptions> options) Parses and loads all models (converted from DataWindow objects) from the assembly list specified by options.
    Back to top Generated by Appeon