C# Class ApiCore.Questions.QuestionEntry

Show file 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 property

Answers to question count
public int AnswersCount
return int

Date public property

Question post date
public string Date
return string

Id public property

Question id
public int Id
return int

IsUserOnline public property

Is question author online
public bool IsUserOnline
return bool

LastPosterDate public property

Last poster date
public string LastPosterDate
return string

LastPosterId public property

Last poster id
public int LastPosterId
return int

LastPosterName public property

Last poster name
public string LastPosterName
return string

Text public property

Question text
public string Text
return string

Type public property

Question type
public int Type
return int

TypeInfo public property

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

UserId public property

User id
public int UserId
return int

UserName public property

Question user name
public string UserName
return string

UserPhoto public property

Question user photo URL
public string UserPhoto
return string