sharedlibrarycoredtos Page - RaidMax/IW4M-Admin GitHub Wiki
Public class
Page Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos
SharedLibraryCore.Dtos.Page[Page](/RaidMax/IW4M-Admin/wiki/Page)
end
Members
Properties
Public properties
Type | Name | Methods |
---|---|---|
string |
Location |
get, set |
string |
Name |
get, set |
Details
Constructors
Page
public Page()
Properties
Name
public string Name { get; set; }
Location
public string Location { get; set; }
Generated with ModularDoc