Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
BlogSharp
Model
Blog
C# Class BlogSharp.Model.Blog
Inheritance:
Entity
Mostra file
Open project: BlogSharp/Blogsharp
Public Methods
Method
Description
AddPost
(
Post
post
) :
void
AddWriter
(
User
user
) :
void
Blog
( ) :
System
Initializes a new instance of the
Blog
class.
Method Details
AddPost()
public
method
public
AddPost
(
Post
post
) :
void
post
Post
return
void
AddWriter()
public
method
public
AddWriter
(
User
user
) :
void
user
User
return
void
Blog()
public
method
Initializes a new instance of the
Blog
class.
public
Blog
( ) :
System
return
System