C# Class kasthack.vksharp.Api.MethodGroup_Fave

Mostrar archivo Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
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

Private Methods

Method Description
MethodGroup_Fave ( Api parent ) : System

Method Details

AddGroup() public method

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

AddGroupSync() public method

public AddGroupSync ( int groupId ) : void
groupId int
return void

AddLink() public method

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

AddLinkSync() public method

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

AddUser() public method

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

AddUserSync() public method

public AddUserSync ( int userId ) : void
userId int
return void

GetLinks() public method

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

GetLinksSync() public method

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

GetPhotos() public method

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

GetPhotosSync() public method

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

GetPosts() public method

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

GetPostsSync() public method

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

GetUsers() public method

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

GetUsersSync() public method

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

GetVideos() public method

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

GetVideosSync() public method

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

RemoveGroup() public method

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

RemoveGroupSync() public method

public RemoveGroupSync ( int groupId ) : void
groupId int
return void

RemoveLink() public method

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

RemoveLinkSync() public method

public RemoveLinkSync ( int linkId ) : void
linkId int
return void

RemoveUser() public method

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

RemoveUserSync() public method

public RemoveUserSync ( int userId ) : void
userId int
return void