vibelog v0.0.3 (2012-08-04T17:34:51Z)
Home
Dub
Repo
Comment
vibelog
post
Undocumented in source.
class
Comment {
bool
isPublic
;
SysTime
date
;
int
answerTo
;
string
authorName
;
string
authorMail
;
string
authorHomepage
;
string
header
;
string
content
;
static
Comment
fromBson
(Bson bson);
Bson
toBson
();
string
renderContentAsHtml
();
}
Members
Functions
renderContentAsHtml
string
renderContentAsHtml
()
Undocumented in source. Be warned that the author may not have intended to support it.
toBson
Bson
toBson
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromBson
Comment
fromBson
(Bson bson)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
answerTo
int
answerTo
;
Undocumented in source.
authorHomepage
string
authorHomepage
;
Undocumented in source.
authorMail
string
authorMail
;
Undocumented in source.
authorName
string
authorName
;
Undocumented in source.
content
string
content
;
Undocumented in source.
date
SysTime
date
;
Undocumented in source.
header
string
header
;
Undocumented in source.
isPublic
bool
isPublic
;
Undocumented in source.
Meta
Source
See Implementation
vibelog
post
classes
Comment
Post
functions
makeSlugFromHeader