C# 클래스 ForumShared.SharedDataTypes.Post

상속: IComparable
파일 보기 프로젝트 열기: sagioto/forum 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddReply ( Post reply ) : bool
CompareTo ( object p ) : int
Post ( ) : System

Default constructor. Needed for DataManger.

Post ( Post postToCopy ) : System
Post ( Postkey postKey, string title, string body, Postkey parentPost, string subforum ) : System

메소드 상세

AddReply() 공개 메소드

public AddReply ( Post reply ) : bool
reply Post
리턴 bool

CompareTo() 공개 메소드

public CompareTo ( object p ) : int
p object
리턴 int

Post() 공개 메소드

Default constructor. Needed for DataManger.
public Post ( ) : System
리턴 System

Post() 공개 메소드

public Post ( Post postToCopy ) : System
postToCopy Post
리턴 System

Post() 공개 메소드

public Post ( Postkey postKey, string title, string body, Postkey parentPost, string subforum ) : System
postKey Postkey
title string
body string
parentPost Postkey
subforum string
리턴 System