C# 클래스 kasthack.vksharp.Api.MethodGroup_Fave

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

공개 메소드들

메소드 설명
AddGroup ( int groupId ) : System.Threading.Tasks.Task
AddGroupSync ( int groupId ) : void
AddLink ( string link, string text = "" ) : System.Threading.Tasks.Task
AddLinkSync ( string link, string text = "" ) : void
AddUser ( int userId ) : System.Threading.Tasks.Task
AddUserSync ( int userId ) : void
GetLinks ( int offset = null, int count = 100 ) : Task>
GetLinksSync ( int offset = null, int count = 100 ) : EntityList
GetPhotos ( int offset = null, int count = 100 ) : Task>
GetPhotosSync ( int offset = null, int count = 100 ) : EntityList
GetPosts ( int offset = null, int count = 100 ) : Task>
GetPostsSync ( int offset = null, int count = 100 ) : EntityList
GetUsers ( int offset = null, int count = 100 ) : Task>
GetUsersSync ( int offset = null, int count = 100 ) : EntityList
GetVideos ( int offset = null, int count = 100 ) : Task>
GetVideosSync ( int offset = null, int count = 100 ) : EntityList
RemoveGroup ( int groupId ) : System.Threading.Tasks.Task
RemoveGroupSync ( int groupId ) : void
RemoveLink ( int linkId ) : System.Threading.Tasks.Task
RemoveLinkSync ( int linkId ) : void
RemoveUser ( int userId ) : System.Threading.Tasks.Task
RemoveUserSync ( int userId ) : void

비공개 메소드들

메소드 설명
MethodGroup_Fave ( Api parent ) : System

메소드 상세

AddGroup() 공개 메소드

public AddGroup ( int groupId ) : System.Threading.Tasks.Task
groupId int
리턴 System.Threading.Tasks.Task

AddGroupSync() 공개 메소드

public AddGroupSync ( int groupId ) : void
groupId int
리턴 void

AddLink() 공개 메소드

public AddLink ( string link, string text = "" ) : System.Threading.Tasks.Task
link string
text string
리턴 System.Threading.Tasks.Task

AddLinkSync() 공개 메소드

public AddLinkSync ( string link, string text = "" ) : void
link string
text string
리턴 void

AddUser() 공개 메소드

public AddUser ( int userId ) : System.Threading.Tasks.Task
userId int
리턴 System.Threading.Tasks.Task

AddUserSync() 공개 메소드

public AddUserSync ( int userId ) : void
userId int
리턴 void

GetLinks() 공개 메소드

public GetLinks ( int offset = null, int count = 100 ) : Task>
offset int
count int
리턴 Task>

GetLinksSync() 공개 메소드

public GetLinksSync ( int offset = null, int count = 100 ) : EntityList
offset int
count int
리턴 EntityList

GetPhotos() 공개 메소드

public GetPhotos ( int offset = null, int count = 100 ) : Task>
offset int
count int
리턴 Task>

GetPhotosSync() 공개 메소드

public GetPhotosSync ( int offset = null, int count = 100 ) : EntityList
offset int
count int
리턴 EntityList

GetPosts() 공개 메소드

public GetPosts ( int offset = null, int count = 100 ) : Task>
offset int
count int
리턴 Task>

GetPostsSync() 공개 메소드

public GetPostsSync ( int offset = null, int count = 100 ) : EntityList
offset int
count int
리턴 EntityList

GetUsers() 공개 메소드

public GetUsers ( int offset = null, int count = 100 ) : Task>
offset int
count int
리턴 Task>

GetUsersSync() 공개 메소드

public GetUsersSync ( int offset = null, int count = 100 ) : EntityList
offset int
count int
리턴 EntityList

GetVideos() 공개 메소드

public GetVideos ( int offset = null, int count = 100 ) : Task>
offset int
count int
리턴 Task>

GetVideosSync() 공개 메소드

public GetVideosSync ( int offset = null, int count = 100 ) : EntityList
offset int
count int
리턴 EntityList

RemoveGroup() 공개 메소드

public RemoveGroup ( int groupId ) : System.Threading.Tasks.Task
groupId int
리턴 System.Threading.Tasks.Task

RemoveGroupSync() 공개 메소드

public RemoveGroupSync ( int groupId ) : void
groupId int
리턴 void

RemoveLink() 공개 메소드

public RemoveLink ( int linkId ) : System.Threading.Tasks.Task
linkId int
리턴 System.Threading.Tasks.Task

RemoveLinkSync() 공개 메소드

public RemoveLinkSync ( int linkId ) : void
linkId int
리턴 void

RemoveUser() 공개 메소드

public RemoveUser ( int userId ) : System.Threading.Tasks.Task
userId int
리턴 System.Threading.Tasks.Task

RemoveUserSync() 공개 메소드

public RemoveUserSync ( int userId ) : void
userId int
리턴 void