C# Class ApiCore.Questions.QuestionAnswerVoter

Afficher le fichier Open project: nolka/vkdotnet Class Usage Examples

Méthodes publiques

Свойство Type Description
Date string
Id int
IsUserOnline bool
Name string
Photo string
VoterId int

Property Details

Date public_oe property

Vote date
public string Date
Résultat string

Id public_oe property

Vote id
public int Id
Résultat int

IsUserOnline public_oe property

Is voter online
public bool IsUserOnline
Résultat bool

Name public_oe property

Voter name
public string Name
Résultat string

Photo public_oe property

Voter photo URL
public string Photo
Résultat string

VoterId public_oe property

Voter id
public int VoterId
Résultat int