C# Класс BlogSharp.Model.Post

Наследование: Entity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddComment ( BlogSharp.Model.PostComment comment ) : void
AddTag ( Tag tag ) : void
Post ( ) : System

Initializes a new instance of the Post class.

Описание методов

AddComment() публичный Метод

public AddComment ( BlogSharp.Model.PostComment comment ) : void
comment BlogSharp.Model.PostComment
Результат void

AddTag() публичный Метод

public AddTag ( Tag tag ) : void
tag Tag
Результат void

Post() публичный Метод

Initializes a new instance of the Post class.
public Post ( ) : System
Результат System