CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.WebApi.HelpPageConfig< TAuthenticationToken > Class Template Reference

A start-up configuration class for the auto documenting features. More...

Classes

class  UserCreatedEvent
 A sample IEvent<TAuthenticationToken> used for API documentation generation. More...
 

Static Public Member Functions

static IDictionary< Type, object > GetBasicSampleObjects ()
 Get a collection of sample objects for the auto documenting features to use. More...
 
static void GenerateAssemblyXmlFileNames (Assembly assembly=null)
 Generate a list of relevant XML files to use with the auto documenting feature. More...
 
static void CreateXmlDocumentation (Assembly assembly=null)
 Generate the relevant XML file used by the auto documenting feature. More...
 

Properties

static IList< string > AssemblyXmlFileNames [get, set]
 The list of relevant XML files to use with the auto documenting feature. More...
 

Detailed Description

A start-up configuration class for the auto documenting features.

Template Parameters
TAuthenticationTokenThe Type of the authentication token.