Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
Vereinsmeisterschaften.Contracts.Services.IPageService Interface Reference

Interface for a service to manage pages in the application. More...

Inheritance diagram for Vereinsmeisterschaften.Contracts.Services.IPageService:
Vereinsmeisterschaften.Services.PageService

Public Member Functions

Type GetPageType (string key)
 Get the page type for a given key.
 
Page GetPage (string key)
 Get the page instance for a given key.
 

Detailed Description

Interface for a service to manage pages in the application.

Definition at line 8 of file IPageService.cs.

Member Function Documentation

◆ GetPage()

Page Vereinsmeisterschaften.Contracts.Services.IPageService.GetPage ( string key)

Get the page instance for a given key.

Parameters
keyPage key
Returns
Page object

Implemented in Vereinsmeisterschaften.Services.PageService.

◆ GetPageType()

Type Vereinsmeisterschaften.Contracts.Services.IPageService.GetPageType ( string key)

Get the page type for a given key.

Parameters
keyKey for the page
Returns
Type for the page
Exceptions
ArgumentExceptionThrown when the page with the key wasn't found.

Implemented in Vereinsmeisterschaften.Services.PageService.


The documentation for this interface was generated from the following file: