C# Class CK.Plugins.ObjectExplorer.ServiceHostConfiguration

Inheritance: IServiceHostConfiguration
Mostra file Open project: Invenietis/ck-certified

Public Methods

Method Description
ApplyConfiguration ( ILogConfig c ) : void
ApplyConfiguration ( ILogServiceConfig s ) : void
GetOptions ( System e ) : ServiceLogEventOptions
GetOptions ( System m ) : ServiceLogMethodOptions
ServiceHostConfiguration ( ILogConfig c ) : CK.Plugin

Method Details

ApplyConfiguration() public method

public ApplyConfiguration ( ILogConfig c ) : void
c ILogConfig
return void

ApplyConfiguration() public method

public ApplyConfiguration ( ILogServiceConfig s ) : void
s ILogServiceConfig
return void

GetOptions() public method

public GetOptions ( System e ) : ServiceLogEventOptions
e System
return ServiceLogEventOptions

GetOptions() public method

public GetOptions ( System m ) : ServiceLogMethodOptions
m System
return ServiceLogMethodOptions

ServiceHostConfiguration() public method

public ServiceHostConfiguration ( ILogConfig c ) : CK.Plugin
c ILogConfig
return CK.Plugin