C# Class CommanderDemo.Web.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.
Inheritance: IDisposable
Show file Open project: Command-R/CommanderDemo Class Usage Examples

Public Methods

Method Description
AddChild ( AuditDocument auditDocument, System.AppContext context ) : void
AuditService ( Settings settings ) : System
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

AddChild() public method

public AddChild ( AuditDocument auditDocument, System.AppContext context ) : void
auditDocument AuditDocument
context System.AppContext
return void

AuditService() public method

public AuditService ( Settings settings ) : System
settings Settings
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void