C# 클래스 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.
상속: IDisposable
파일 보기 프로젝트 열기: Command-R/CommanderDemo 1 사용 예제들

공개 메소드들

메소드 설명
AddChild ( AuditDocument auditDocument, System.AppContext context ) : void
AuditService ( Settings settings ) : System
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

AddChild() 공개 메소드

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

AuditService() 공개 메소드

public AuditService ( Settings settings ) : System
settings Settings
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void