C# Class VkNet.Model.RequestParams.BoardGetTopicsParams

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

Public Methods

Method Description
BoardGetTopicsParams ( bool gag = true ) : System.Collections.Generic

Параметры метода wall.getComments

ToVkParameters ( BoardGetTopicsParams p ) : VkParameters

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

Method Details

BoardGetTopicsParams() public method

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

ToVkParameters() public static method

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