C# 클래스 ApiCore.Questions.QuestionEntry

파일 보기 프로젝트 열기: nolka/vkdotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

AnswersCount 공개적으로 프로퍼티

Answers to question count
public int AnswersCount
리턴 int

Date 공개적으로 프로퍼티

Question post date
public string Date
리턴 string

Id 공개적으로 프로퍼티

Question id
public int Id
리턴 int

IsUserOnline 공개적으로 프로퍼티

Is question author online
public bool IsUserOnline
리턴 bool

LastPosterDate 공개적으로 프로퍼티

Last poster date
public string LastPosterDate
리턴 string

LastPosterId 공개적으로 프로퍼티

Last poster id
public int LastPosterId
리턴 int

LastPosterName 공개적으로 프로퍼티

Last poster name
public string LastPosterName
리턴 string

Text 공개적으로 프로퍼티

Question text
public string Text
리턴 string

Type 공개적으로 프로퍼티

Question type
public int Type
리턴 int

TypeInfo 공개적으로 프로퍼티

Question type info
public QuestionType,ApiCore.Questions TypeInfo
리턴 QuestionType

UserId 공개적으로 프로퍼티

User id
public int UserId
리턴 int

UserName 공개적으로 프로퍼티

Question user name
public string UserName
리턴 string

UserPhoto 공개적으로 프로퍼티

Question user photo URL
public string UserPhoto
리턴 string