Table of Contents

Class JsonRpcDocumentationParameter

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

Represents the documentation for a parameter of a JSON-RPC method.

public sealed class JsonRpcDocumentationParameter

Inheritance

objectJsonRpcDocumentationParameter

Inherited Members

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

Properties

Description

Gets the description of the parameter.

IsOptional

Gets a value indicating whether the parameter is optional.

ParameterName

Gets the name of the parameter.

ParameterType

Gets the type of the parameter.