C# Class VkNet.Model.RequestParams.BoardCreateCommentParams

Параметры метода wall.addComment
Show file Open project: vknet/vk Class Usage Examples

Public Methods

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

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

ToVkParameters ( BoardCreateCommentParams p ) : VkParameters

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

Method Details

BoardCreateCommentParams() public method

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

ToVkParameters() public static method

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