Method | Description | |
---|---|---|
Add ( int userId, string text = "" ) : Task |
||
AddList ( string name ) : Task |
||
AddListSync ( string name ) : |
||
AddSync ( int userId, string text = "" ) : AddFriendResult | ||
AreFriends ( bool needSign = false ) : Task |
||
AreFriendsSync ( bool needSign = false ) : kasthack.vksharp.DataTypes.ResponseEntities.FriendshipStatus[] | ||
Delete ( int userId ) : Task |
||
DeleteAllRequests ( ) : System.Threading.Tasks.Task | ||
DeleteAllRequestsSync ( ) : void | ||
DeleteList ( int listId ) : System.Threading.Tasks.Task | ||
DeleteListSync ( int listId ) : void | ||
DeleteSync ( int userId ) : |
||
Edit ( int userId ) : System.Threading.Tasks.Task | ||
EditList ( long listId, string name = "", int userIds = null, int addUserIds = null ) : System.Threading.Tasks.Task | ||
EditListSync ( long listId, string name = "", int userIds = null, int addUserIds = null ) : void | ||
EditSync ( int userId ) : void | ||
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 |
||
GetAppUsersSync ( ) : int[] | ||
GetAvailableForCall ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : Task |
||
GetAvailableForCallIds ( ) : Task |
||
GetAvailableForCallIdsSync ( ) : EntityList |
||
GetAvailableForCallSync ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : EntityList |
||
GetByPhones ( UserFields fields = UserFields.None ) : Task |
||
GetByPhonesSync ( UserFields fields = UserFields.None ) : User[] | ||
GetIds ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : Task |
||
GetIdsSync ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : EntityList |
||
GetLists ( int userId = null, bool returnSystem = true ) : Task |
||
GetListsSync ( int userId = null, bool returnSystem = true ) : EntityList |
||
GetMutual ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : Task |
||
GetMutualSync ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : int[] | ||
GetOnline ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : Task |
||
GetOnlineSync ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : int[] | ||
GetRecent ( int count = 20 ) : Task |
||
GetRecentSync ( int count = 20 ) : int[] | ||
GetSuggestions ( FriendSuggestionFilters filters = FriendSuggestionFilters.Everything, UserFields fields = UserFields.None, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : Task |
||
GetSuggestionsSync ( FriendSuggestionFilters filters = FriendSuggestionFilters.Everything, UserFields fields = UserFields.None, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : EntityList |
||
GetSync ( int userId = null, int listId = null, UserFields fields = UserFields.Anything, UserSortOrder order = UserSortOrder.ById, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : EntityList |
||
GetSync ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : EntityList |
||
Search ( int userId, string q = "", NameCase nameCase = NameCase.Nom, int offset = null, int count = 20 ) : Task |
||
SearchSync ( int userId, string q = "", NameCase nameCase = NameCase.Nom, int offset = null, int count = 20 ) : EntityList |
Method | Description | |
---|---|---|
MethodGroup_Friends ( |
public Add ( int userId, string text = "" ) : Task |
||
userId | int | |
text | string | |
return | Task |
public AddListSync ( string name ) : |
||
name | string | |
return |
public AddSync ( int userId, string text = "" ) : AddFriendResult | ||
userId | int | |
text | string | |
return | AddFriendResult |
public AreFriends ( bool needSign = false ) : Task |
||
needSign | bool | |
return | Task |
public AreFriendsSync ( bool needSign = false ) : kasthack.vksharp.DataTypes.ResponseEntities.FriendshipStatus[] | ||
needSign | bool | |
return | kasthack.vksharp.DataTypes.ResponseEntities.FriendshipStatus[] |
public DeleteAllRequests ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public DeleteList ( int listId ) : System.Threading.Tasks.Task | ||
listId | int | |
return | System.Threading.Tasks.Task |
public DeleteSync ( int userId ) : |
||
userId | int | |
return |
public Edit ( int userId ) : System.Threading.Tasks.Task | ||
userId | int | |
return | System.Threading.Tasks.Task |
public EditList ( long listId, string name = "", int userIds = null, int addUserIds = null ) : System.Threading.Tasks.Task | ||
listId | long | |
name | string | |
userIds | int | |
addUserIds | int | |
return | System.Threading.Tasks.Task |
public EditListSync ( long listId, string name = "", int userIds = null, int addUserIds = null ) : void | ||
listId | long | |
name | string | |
userIds | int | |
addUserIds | int | |
return | void |
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 | |
return | Task |
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 | |
return | Task |
public GetAvailableForCall ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : Task |
||
fields | UserFields | |
nameCase | NameCase | |
return | Task |
public GetAvailableForCallIdsSync ( ) : EntityList |
||
return | EntityList |
public GetAvailableForCallSync ( UserFields fields = UserFields.Anything, NameCase nameCase = NameCase.Nom ) : EntityList |
||
fields | UserFields | |
nameCase | NameCase | |
return | EntityList |
public GetByPhones ( UserFields fields = UserFields.None ) : Task |
||
fields | UserFields | |
return | Task |
public GetByPhonesSync ( UserFields fields = UserFields.None ) : User[] | ||
fields | UserFields | |
return | User[] |
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 | |
return | Task |
public GetIdsSync ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : EntityList |
||
userId | int | |
listId | int | |
order | UserSortOrder | |
offset | int | |
count | int | |
return | EntityList |
public GetLists ( int userId = null, bool returnSystem = true ) : Task |
||
userId | int | |
returnSystem | bool | |
return | Task |
public GetListsSync ( int userId = null, bool returnSystem = true ) : EntityList |
||
userId | int | |
returnSystem | bool | |
return | EntityList |
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 | |
return | Task |
public GetMutualSync ( int targetUid, int sourceUid = null, bool order = false, int offset = null, int count = 100 ) : int[] | ||
targetUid | int | |
sourceUid | int | |
order | bool | |
offset | int | |
count | int | |
return | int[] |
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 | |
return | Task |
public GetOnlineSync ( int userId = null, int listId = null, UserSortOrder order = null, int offset = null, int count = 100 ) : int[] | ||
userId | int | |
listId | int | |
order | UserSortOrder | |
offset | int | |
count | int | |
return | int[] |
public GetRecentSync ( int count = 20 ) : int[] | ||
count | int | |
return | int[] |
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 | |
return | Task |
public GetSuggestionsSync ( FriendSuggestionFilters filters = FriendSuggestionFilters.Everything, UserFields fields = UserFields.None, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : EntityList |
||
filters | FriendSuggestionFilters | |
fields | UserFields | |
nameCase | NameCase | |
offset | int | |
count | int | |
return | EntityList |
public GetSync ( int userId = null, int listId = null, UserFields fields = UserFields.Anything, UserSortOrder order = UserSortOrder.ById, NameCase nameCase = NameCase.Nom, int offset = null, int count = 100 ) : EntityList |
||
userId | int | |
listId | int | |
fields | UserFields | |
order | UserSortOrder | |
nameCase | NameCase | |
offset | int | |
count | int | |
return | EntityList |
public GetSync ( int userId = null, int listId = null, UserSortOrder order = UserSortOrder.ById, int offset = null, int count = 100 ) : EntityList |
||
userId | int | |
listId | int | |
order | UserSortOrder | |
offset | int | |
count | int | |
return | EntityList |
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 | |
return | Task |
public SearchSync ( int userId, string q = "", NameCase nameCase = NameCase.Nom, int offset = null, int count = 20 ) : EntityList |
||
userId | int | |
q | string | |
nameCase | NameCase | |
offset | int | |
count | int | |
return | EntityList |