C# 클래스 ApiCore.Questions.QuestionAnswerVoter

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

공개 프로퍼티들

프로퍼티 타입 설명
Date string
Id int
IsUserOnline bool
Name string
Photo string
VoterId int

프로퍼티 상세

Date 공개적으로 프로퍼티

Vote date
public string Date
리턴 string

Id 공개적으로 프로퍼티

Vote id
public int Id
리턴 int

IsUserOnline 공개적으로 프로퍼티

Is voter online
public bool IsUserOnline
리턴 bool

Name 공개적으로 프로퍼티

Voter name
public string Name
리턴 string

Photo 공개적으로 프로퍼티

Voter photo URL
public string Photo
리턴 string

VoterId 공개적으로 프로퍼티

Voter id
public int VoterId
리턴 int