C# Class BlogSharp.Model.Post

Inheritance: Entity
Show file Open project: BlogSharp/Blogsharp Class Usage Examples

Public Methods

Method Description
AddComment ( BlogSharp.Model.PostComment comment ) : void
AddTag ( Tag tag ) : void
Post ( ) : System

Initializes a new instance of the Post class.

Method Details

AddComment() public method

public AddComment ( BlogSharp.Model.PostComment comment ) : void
comment BlogSharp.Model.PostComment
return void

AddTag() public method

public AddTag ( Tag tag ) : void
tag Tag
return void

Post() public method

Initializes a new instance of the Post class.
public Post ( ) : System
return System