C# Class ApiCore.Questions.QuestionEntry

Datei anzeigen Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
AnswersCount int
Date string
Id int
IsUserOnline bool
LastPosterDate string
LastPosterId int
LastPosterName string
Text string
Type int
TypeInfo QuestionType
UserId int
UserName string
UserPhoto string

Property Details

AnswersCount public_oe property

Answers to question count
public int AnswersCount
return int

Date public_oe property

Question post date
public string Date
return string

Id public_oe property

Question id
public int Id
return int

IsUserOnline public_oe property

Is question author online
public bool IsUserOnline
return bool

LastPosterDate public_oe property

Last poster date
public string LastPosterDate
return string

LastPosterId public_oe property

Last poster id
public int LastPosterId
return int

LastPosterName public_oe property

Last poster name
public string LastPosterName
return string

Text public_oe property

Question text
public string Text
return string

Type public_oe property

Question type
public int Type
return int

TypeInfo public_oe property

Question type info
public QuestionType,ApiCore.Questions TypeInfo
return QuestionType

UserId public_oe property

User id
public int UserId
return int

UserName public_oe property

Question user name
public string UserName
return string

UserPhoto public_oe property

Question user photo URL
public string UserPhoto
return string