C# 클래스 ApiCore.Friends.Friend

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

공개 프로퍼티들

프로퍼티 타입 설명
BirthDate string
City int
Country int
Domain string
Faculty int
FacultyName string
FirstName string
Graduation int
HasMobile bool
HomePhone string
Id int
LastName string
Lists List
MobilePhone string
NickName string
Online bool
Photo string
PhotoBig string
PhotoMedium string
Rating int
Sex FriendSex
Timezone string
University int
UniversityName string

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

BirthDate 공개적으로 프로퍼티

User birthdate
public string BirthDate
리턴 string

City 공개적으로 프로퍼티

User city id
public int City
리턴 int

Country 공개적으로 프로퍼티

User country id
public int Country
리턴 int

Domain 공개적으로 프로퍼티

User domain. e.g. nolka.vkontakte.ru
public string Domain
리턴 string

Faculty 공개적으로 프로퍼티

User faculty id
public int Faculty
리턴 int

FacultyName 공개적으로 프로퍼티

User faculty name
public string FacultyName
리턴 string

FirstName 공개적으로 프로퍼티

User first name
public string FirstName
리턴 string

Graduation 공개적으로 프로퍼티

User graduation
public int Graduation
리턴 int

HasMobile 공개적으로 프로퍼티

Is user mobile phone available
public bool HasMobile
리턴 bool

HomePhone 공개적으로 프로퍼티

User home phone
public string HomePhone
리턴 string

Id 공개적으로 프로퍼티

User id
public int Id
리턴 int

LastName 공개적으로 프로퍼티

User last name
public string LastName
리턴 string

Lists 공개적으로 프로퍼티

User added to this lists
public List Lists
리턴 List

MobilePhone 공개적으로 프로퍼티

User mobile phone
public string MobilePhone
리턴 string

NickName 공개적으로 프로퍼티

User nickname
public string NickName
리턴 string

Online 공개적으로 프로퍼티

Is user online
public bool Online
리턴 bool

Photo 공개적으로 프로퍼티

User photo
public string Photo
리턴 string

PhotoBig 공개적으로 프로퍼티

User big photo
public string PhotoBig
리턴 string

PhotoMedium 공개적으로 프로퍼티

User medium photo
public string PhotoMedium
리턴 string

Rating 공개적으로 프로퍼티

User rating
public int Rating
리턴 int

Sex 공개적으로 프로퍼티

User sex
public FriendSex Sex
리턴 FriendSex

Timezone 공개적으로 프로퍼티

User timezone
public string Timezone
리턴 string

University 공개적으로 프로퍼티

User university id
public int University
리턴 int

UniversityName 공개적으로 프로퍼티

User university name
public string UniversityName
리턴 string