1 sharedlibrarycoreinterfaces IPageList
RaidMax edited this page 2023-05-20 22:09:21 -05:00

IPageList Public interface

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IPageList[[IPageList]]
  class SharedLibraryCore.Interfaces.IPageList interfaceStyle;
  end

Members

Properties

Public properties

Type Name Methods
IDictionary<string, string> Pages get, set

Details

Properties

Pages

public IDictionary<string, string> Pages { get; set; }

Generated with ModularDoc