C# (CSharp) CommanderDemo.Web Namespace

Classes

Name Description
AuditDocument
AuditService The AuditService stores a hierarchy of commands and sql executed to Mongo. This functionality will eventually be cleaned up and added as a separate Nuget package.
AuditService.Settings
Startup Bootstrap SignalR
TaskRegistry Configure the schedule for the background tasks we want FluentScheduler to run for us in the background.
TokenService NOT FOR PROD: This class is only for the demo which integrates, MVC, WebAPI, and FluentScheduler Manages Tokens for provided context data like Username. Store as little as possibly in the token, it can get big and is sent on each request.
TokenService.Settings