Show / Hide Table of Contents

    IDataWindowOptions Interface

    .NET Standard 2.x

    Gets or sets the assembly list and the logging object.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public interface IDataWindowOptions;
    

    Properties

    Name Returns Type Description
    Assemblies IList<Assembly> Gets or sets the assembly list of the DataWindow to load.
    LoggerFactory ILoggerFactory Gets or sets the logging object.
    Back to top Generated by Appeon