C# Class ApiCore.Polls.PollEntry

Show file Open project: nolka/vkdotnet Class Usage Examples

Public Properties

Property Type Description
AnswerId int
Answers PollAnswerCollection
DateCreated System.DateTime
Id int
OwnerId int
Question string
Votes int

Property Details

AnswerId public property

Poll answer id, selected by current user
public int AnswerId
return int

Answers public property

Current poll answers collection
public PollAnswerCollection Answers
return PollAnswerCollection

DateCreated public property

Date, when poll was created
public DateTime,System DateCreated
return System.DateTime

Id public property

Poll id
public int Id
return int

OwnerId public property

Poll owner id
public int OwnerId
return int

Question public property

Poll question
public string Question
return string

Votes public property

Poll total answers count
public int Votes
return int