TypedRest OpenAPI Extensions
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 NTypedRest
 NCodeGeneration
 NCli
 NCommands
 CCommandBase
 CGenerate
 CPattern
 CProgram
 NCSharp
 NBuilders
 NGeneric
 CCollectionBuilderBuilds C# code snippets for CollectionEndpoints
 CElementBuilderBuilds C# code snippets for ElementEndpoints
 CIndexerBuilderBuilds C# code snippets for IndexerEndpoints
 CNamespace
 NRaw
 CBlobBuilderBuilds C# code snippets for BlobEndpoints
 CNamespace
 CUploadBuilderBuilds C# code snippets for UploadEndpoints
 NReactive
 CNamespace
 CPollingBuilderBuilds C# code snippets for PollingEndpoints
 CStreamingBuilderBuilds C# code snippets for StreamingEndpoints
 CStreamingCollectionBuilderBuilds C# code snippets for StreamingCollectionEndpoints
 NRpc
 CActionBuilderBuilds C# code snippets for ActionEndpoints
 CConsumerBuilderBuilds C# code snippets for ConsumerEndpoints
 CFunctionBuilderBuilds C# code snippets for FunctionEndpoints
 CNamespace
 CProducerBuilderBuilds C# code snippets for ProducerEndpoints
 CBuilderBaseCommon base class for IBuilder<TEndpoint>s
 CBuilderRegistryA list of all known IBuilders
 CCollectionBuilderBaseCommon base class for IBuilder<TEndpoint>s for CollectionEndpoint and derived types
 CDefaultBuilderBuilds C# code snippets for Endpoints
 CEntryBuilderBuilds C# code snippets for EntryEndpoints
 CIBuilderBuilds C# code snippets for a specific type of IEndpoint
 CNamespace
 CAttributes
 CDtoGenerator
 CEndpointGenerator
 CIEndpointGenerator
 CINamingStrategy
 CNamingStrategy
 COpenApiDocumentExtensions
 NEndpoints
 NGeneric
 CCollectionEndpointEndpoint for a collection of entities addressable as ElementEndpoints
 CElementEndpointEndpoint for an individual resource
 CIndexerEndpointEndpoint that addresses child endpoints by ID
 NRaw
 CBlobEndpointEndpoint for a binary blob that can be downloaded or uploaded
 CUploadEndpointEndpoint that accepts binary uploads
 NReactive
 CPollingEndpointEndpoint for a resource that can be polled for state changes
 CStreamingCollectionEndpointEndpoint for a collection of entities observable as an append-only stream using long-polling
 CStreamingEndpointEndpoint for a stream of entities using a persistent HTTP connection
 NRpc
 CActionEndpointRPC endpoint that is invoked with no input or output
 CConsumerEndpointRPC endpoint that takes an entity as input when invoked
 CFunctionEndpointRPC endpoint that takes an entity as input and returns another entity as output when invoked
 CProducerEndpointRPC endpoint that returns an entity as output when invoked
 CEndpointRepresents a TypedRest endpoint
 CEndpointParserParses IEndpoints in OpenApiDocuments
 CEndpointRegistryA list of all known IEndpoint kinds
 CEntryEndpointRepresent the top-level URI of an API
 CIEndpointRepresents a TypedRest endpoint
 CIEndpointParserParses IEndpoints in OpenApiDocuments
 NPatterns
 NGeneric
 CCollectionPatternA pattern that generates CollectionEndpoints
 CElementPatternA pattern that generates ElementEndpoints
 CIndexerPatternA pattern that generates IndexerEndpoints
 NRaw
 CBlobPatternA pattern that generates BlobEndpoints
 CUploadPatternA pattern that generates UploadEndpoints
 NRpc
 CActionPatternA pattern that generates ActionEndpoints
 CConsumerPatternA pattern that generates ConsumerEndpoints
 CFunctionPatternA pattern that generates FunctionEndpoints
 CProducerPatternA pattern that generates ProducerEndpoints
 CRpcPatternBaseCommon base class for patterns that produce RPC endpoints
 CDefaultPatternThe default fallback pattern that is used if no other matches are found. Generates Endpoints
 CIPatternGenerates IEndpoints from PathTrees if they match a specific pattern
 CIPatternMatcherMatches a set of IPatterns against a path tree
 CPathTreeA tree-like structure organizing OpenApiPathItems based on path prefixes
 CPatternBaseCommon base class for IPatterns
 CPatternMatcherMatches a set of IPatterns against a path tree
 CPatternRegistryAn ordered list of all known IPatterns
 CDictionaryExtensionsProvides extension methods for IDictionary<TKey,TValue>s
 CKeyValuePairExtensions
 COpenApiDocumentExtensionsProvides extension methods for OpenApiDocuments
 COpenApiObjectExtensionsProvides extension methods for OpenApiObjects
 COpenApiOperationExtensions
 COpenApiReaderSettingsExtensionsProvides extension methods for OpenApiReaderSettingss
 COpenApiReferenceableExtensionsProvides extension methods for IOpenApiReferenceables
 COpenApiWriterExtensionsProvides extension methods for IOpenApiWriters