C# 클래스 kasthack.vksharp.RawApi.MethodGroup_Friends

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
Add ( int userId, string text = "" ) : Task
AddList ( string name ) : Task
AreFriends ( bool needSign = false ) : Task
Delete ( int userId ) : Task
DeleteAllRequests ( ) : Task
DeleteList ( int listId ) : Task
Edit ( int userId ) : Task
EditList ( long listId, string name = "", int userIds = null, int addUserIds = null ) : Task
Get ( int userId = null, int listId = null, UserFields fields = UserFields.Anything, UserSortOrder order = UserSortOrder.ById, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Task
Get ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Task
GetAppUsers ( ) : Task
GetAvailableForCall ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : Task
GetAvailableForCallIds ( ) : Task
GetByPhones ( UserFields fields = UserFields.None ) : Task
GetIds ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Task
GetLists ( int userId = null, bool returnSystem = true ) : Task
GetMutual ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : Task
GetOnline ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : Task
GetRecent ( int count = 20 ) : Task
GetSuggestions ( FriendSuggestionFilters filters = FriendSuggestionFilters.Everything, UserFields fields = UserFields.None, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Task
Search ( int userId, string q = "", NameCase nameCase = NameCase.Nom, int offset = null, int count = 20 ) : Task

비공개 메소드들

메소드 설명
MethodGroup_Friends ( RawApi parent ) : System

메소드 상세

Add() 공개 메소드

public Add ( int userId, string text = "" ) : Task
userId int
text string
리턴 Task

AddList() 공개 메소드

public AddList ( string name ) : Task
name string
리턴 Task

AreFriends() 공개 메소드

public AreFriends ( bool needSign = false ) : Task
needSign bool
리턴 Task

Delete() 공개 메소드

public Delete ( int userId ) : Task
userId int
리턴 Task

DeleteAllRequests() 공개 메소드

public DeleteAllRequests ( ) : Task
리턴 Task

DeleteList() 공개 메소드

public DeleteList ( int listId ) : Task
listId int
리턴 Task

Edit() 공개 메소드

public Edit ( int userId ) : Task
userId int
리턴 Task

EditList() 공개 메소드

public EditList ( long listId, string name = "", int userIds = null, int addUserIds = null ) : Task
listId long
name string
userIds int
addUserIds int
리턴 Task

Get() 공개 메소드

public Get ( int userId = null, int listId = null, UserFields fields = UserFields.Anything, UserSortOrder order = UserSortOrder.ById, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Task
userId int
listId int
fields UserFields
order UserSortOrder
nameCase NameCase
offset int
count int
리턴 Task

Get() 공개 메소드

public Get ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Task
userId int
listId int
order UserSortOrder
offset int
count int
리턴 Task

GetAppUsers() 공개 메소드

public GetAppUsers ( ) : Task
리턴 Task

GetAvailableForCall() 공개 메소드

public GetAvailableForCall ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : Task
fields UserFields
nameCase NameCase
리턴 Task

GetAvailableForCallIds() 공개 메소드

public GetAvailableForCallIds ( ) : Task
리턴 Task

GetByPhones() 공개 메소드

public GetByPhones ( UserFields fields = UserFields.None ) : Task
fields UserFields
리턴 Task

GetIds() 공개 메소드

public GetIds ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Task
userId int
listId int
order UserSortOrder
offset int
count int
리턴 Task

GetLists() 공개 메소드

public GetLists ( int userId = null, bool returnSystem = true ) : Task
userId int
returnSystem bool
리턴 Task

GetMutual() 공개 메소드

public GetMutual ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : Task
targetUid int
sourceUid int
order bool
offset int
count int
리턴 Task

GetOnline() 공개 메소드

public GetOnline ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : Task
userId int
listId int
order UserSortOrder
offset int
count int
리턴 Task

GetRecent() 공개 메소드

public GetRecent ( int count = 20 ) : Task
count int
리턴 Task

GetSuggestions() 공개 메소드

public GetSuggestions ( FriendSuggestionFilters filters = FriendSuggestionFilters.Everything, UserFields fields = UserFields.None, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Task
filters FriendSuggestionFilters
fields UserFields
nameCase NameCase
offset int
count int
리턴 Task

Search() 공개 메소드

public Search ( int userId, string q = "", NameCase nameCase = NameCase.Nom, int offset = null, int count = 20 ) : Task
userId int
q string
nameCase NameCase
offset int
count int
리턴 Task