C# 클래스 BlogSharp.Model.Post

상속: Entity
파일 보기 프로젝트 열기: BlogSharp/Blogsharp 1 사용 예제들

공개 메소드들

메소드 설명
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