vibelog ~master (2021-10-13T13:47:08Z)
Home
Dub
Repo
OldComment
vibelog
db
mongo
Undocumented in source.
final
class
OldComment {
BsonObjectID
id
;
BsonObjectID
postId
;
bool
isPublic
;
SysTime
date
;
int
answerTo
;
string
authorName
;
string
authorMail
;
string
authorHomepage
;
string
authorIP
;
string
header
;
string
content
;
static
OldComment
fromBson
(Bson bson);
}
Members
Static functions
fromBson
OldComment
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.
authorIP
string
authorIP
;
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.
id
BsonObjectID
id
;
Undocumented in source.
isPublic
bool
isPublic
;
Undocumented in source.
postId
BsonObjectID
postId
;
Undocumented in source.
Meta
Source
See Implementation
vibelog
db
mongo
classes
MongoDBController
OldComment
structs
PostFile