C# Class VkNet.Model.RequestParams.GroupsEditParams

Параметры метода groups.edit
Datei anzeigen Open project: vknet/vk Class Usage Examples

Public Methods

Method Description
FromJson ( VkResponse response ) : GroupsEditParams

Разобрать из json.

GroupsEditParams ( bool gag = true ) : System.Collections.Generic

Параметры метода groups.edit

ToVkParameters ( GroupsEditParams p ) : VkParameters

Привести к типу VkParameters.

Method Details

FromJson() public static method

Разобрать из json.
public static FromJson ( VkResponse response ) : GroupsEditParams
response VkNet.Utils.VkResponse Ответ сервера.
return GroupsEditParams

GroupsEditParams() public method

Параметры метода groups.edit
public GroupsEditParams ( bool gag = true ) : System.Collections.Generic
gag bool Заглушка для конструктора.
return System.Collections.Generic

ToVkParameters() public static method

Привести к типу VkParameters.
public static ToVkParameters ( GroupsEditParams p ) : VkParameters
p GroupsEditParams Параметры.
return VkParameters