C# 클래스 Discuz.Web.delpost

删除帖子页
상속: PageBase
파일 보기 프로젝트 열기: CyranoChen/DiscuzNT

공개 프로퍼티들

프로퍼티 타입 설명
forum Discuz.Entity.ForumInfo
forumid int
forumname string
forumnav string
forumpageid int
post Discuz.Entity.PostInfo
postid int
topic Discuz.Entity.TopicInfo
topicid int
topictitle string

보호된 메소드들

메소드 설명
ShowPage ( ) : void

비공개 메소드들

메소드 설명
CheckPermission ( Discuz.Entity.PostInfo post, int opinion ) : bool

메소드 상세

ShowPage() 보호된 메소드

protected ShowPage ( ) : void
리턴 void

프로퍼티 상세

forum 공개적으로 프로퍼티

版块信息
public ForumInfo,Discuz.Entity forum
리턴 Discuz.Entity.ForumInfo

forumid 공개적으로 프로퍼티

所属版块Id
public int forumid
리턴 int

forumname 공개적으로 프로퍼티

所属版块名称
public string forumname
리턴 string

forumnav 공개적으로 프로퍼티

论坛导航信息
public string forumnav
리턴 string

forumpageid 공개적으로 프로퍼티

当前版块的分页id
public int forumpageid
리턴 int

post 공개적으로 프로퍼티

帖子信息
public PostInfo,Discuz.Entity post
리턴 Discuz.Entity.PostInfo

postid 공개적으로 프로퍼티

帖子Id
public int postid
리턴 int

topic 공개적으로 프로퍼티

所属主题信息
public TopicInfo,Discuz.Entity topic
리턴 Discuz.Entity.TopicInfo

topicid 공개적으로 프로퍼티

所属主题Id
public int topicid
리턴 int

topictitle 공개적으로 프로퍼티

所属主题标题
public string topictitle
리턴 string