C# Class CK.Plugins.ObjectExplorer.ServiceHostConfiguration

Inheritance: IServiceHostConfiguration
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode 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 méthode

public ApplyConfiguration ( ILogConfig c ) : void
c ILogConfig
Résultat void

ApplyConfiguration() public méthode

public ApplyConfiguration ( ILogServiceConfig s ) : void
s ILogServiceConfig
Résultat void

GetOptions() public méthode

public GetOptions ( System e ) : ServiceLogEventOptions
e System
Résultat ServiceLogEventOptions

GetOptions() public méthode

public GetOptions ( System m ) : ServiceLogMethodOptions
m System
Résultat ServiceLogMethodOptions

ServiceHostConfiguration() public méthode

public ServiceHostConfiguration ( ILogConfig c ) : CK.Plugin
c ILogConfig
Résultat CK.Plugin