Class JsonRpcDocumentation
- Namespace
- Sisk.JsonRPC.Documentation
- Assembly
- Sisk.JsonRPC.dll
Represents the documentation for JSON-RPC methods.
public sealed class JsonRpcDocumentation
- Inheritance
-
JsonRpcDocumentation
- Inherited Members
Properties
- Metadata
Gets the used JsonRpcDocumentationMetadata for this JsonRpcDocumentation.
- Methods
Gets the collection of JSON-RPC methods.
Methods
- Export(IJsonRpcDocumentationExporter)
Exports this JsonRpcDocumentation with the specified IJsonRpcDocumentationExporter.
- ExportToJson()
Gets an JSON string representation of this JsonRpcDocumentation.
- ExportToJson(JsonOptions)
Gets an JSON string representation of this JsonRpcDocumentation.