C# 클래스 ApiCore.Polls.PollEntry

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

공개 프로퍼티들

프로퍼티 타입 설명
AnswerId int
Answers PollAnswerCollection
DateCreated System.DateTime
Id int
OwnerId int
Question string
Votes int

프로퍼티 상세

AnswerId 공개적으로 프로퍼티

Poll answer id, selected by current user
public int AnswerId
리턴 int

Answers 공개적으로 프로퍼티

Current poll answers collection
public PollAnswerCollection Answers
리턴 PollAnswerCollection

DateCreated 공개적으로 프로퍼티

Date, when poll was created
public DateTime,System DateCreated
리턴 System.DateTime

Id 공개적으로 프로퍼티

Poll id
public int Id
리턴 int

OwnerId 공개적으로 프로퍼티

Poll owner id
public int OwnerId
리턴 int

Question 공개적으로 프로퍼티

Poll question
public string Question
리턴 string

Votes 공개적으로 프로퍼티

Poll total answers count
public int Votes
리턴 int