Show / Hide Table of Contents

    WebExtensions

    .NET Standard 2.x

    Provides DataStore with extended features for developing RESTFul Web services based on the ASP.NET Web APIs.

    Namespace: DWNet.Data.AspNetCore

    Assembly: DWNet.Data.AspNetCore.dll

    Syntax

      public static class WebExtensions
    

    Methods

    Name Return Type Description
    UseDataWindow(this IApplicationBuilder app)(this MvcOptions options) IApplicationBuilder Parses and loads all models (converted from DataWindow objects) from Assemblies, which are already loaded into the current application domain.
    UseDataWindow(this IApplicationBuilder app, Action<IDataWindowOptions> options) IApplicationBuilder Parses and loads all models (converted from DataWindow objects) from an Assembly list specified by options.
    UsePowerBuilderIntegrated(this MvcOptions options) MvcOptions Enables the methods of the Action in the Controller class to support the parameters of the type IDataStore , IDataStore<TModel> and IModelEntry<TModel>.
    Back to top Generated by Appeon