Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
ForumSurfer
Data
Host
C# Class ForumSurfer.Data.Host
Inheritance:
Model.Host
Datei anzeigen
Open project: spaghettidba/ForumSurfer
Class Usage Examples
Public Methods
Method
Description
Host
( ) :
System
Host
(
Model
h
) :
System
Load
(
string
uri
) :
Host
LoadAll
( ) :
List
MarkAllRead
( ) :
void
Save
( ) :
void
Method Details
Host()
public
method
public
Host
( ) :
System
return
System
Host()
public
method
public
Host
(
Model
h
) :
System
h
Model
return
System
Load()
public
static
method
public
static
Load
(
string
uri
) :
Host
uri
string
return
Host
LoadAll()
public
static
method
public
static
LoadAll
( ) :
List
return
List
MarkAllRead()
public
method
public
MarkAllRead
( ) :
void
return
void
Save()
public
method
public
Save
( ) :
void
return
void