C# Class BlogSharp.Model.Tag

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

Public Methods

Method Description
AddPost ( Post post ) : void
Tag ( ) : System

Initializes a new instance of the Tag class.

Method Details

AddPost() public method

public AddPost ( Post post ) : void
post Post
return void

Tag() public method

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