Table of Contents

Class JsonRpcDocumentationMethod

Namespace: Sisk.JsonRPC.Documentation
Assembly: Sisk.JsonRPC.dll

Represents the documentation for a single JSON-RPC method.

public sealed class JsonRpcDocumentationMethod

Inheritance

objectJsonRpcDocumentationMethod

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

Category

Gets the category of the JSON-RPC method.

Description

Gets the description of the JSON-RPC method.

MethodName

Gets the name of the JSON-RPC method.

Parameters

Gets the parameters of this JSON-RPC method.

ReturnType

Gets the return type of the JSON-RPC method.