C# Class ApiCore.Polls.PollEntry

Datei anzeigen 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_oe property

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

Answers public_oe property

Current poll answers collection
public PollAnswerCollection Answers
return PollAnswerCollection

DateCreated public_oe property

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

Id public_oe property

Poll id
public int Id
return int

OwnerId public_oe property

Poll owner id
public int OwnerId
return int

Question public_oe property

Poll question
public string Question
return string

Votes public_oe property

Poll total answers count
public int Votes
return int