C# Class Cedar.Framework.AuditTrail.Configuration.AuditTrailSettings

Inheritance: Cedar.Core.Configuration.ServiceLocatableSettings
Show file Open project: Chinaccn/surfboard

Private Properties

Property Type Description

Public Methods

Method Description
Configure ( IServiceLocator serviceLocator ) : void

Configures the specified service locator.

Method Details

Configure() public method

Configures the specified service locator.
public Configure ( IServiceLocator serviceLocator ) : void
serviceLocator IServiceLocator The service locator.
return void