C# 클래스 CK.Plugins.ObjectExplorer.ServiceHostConfiguration

상속: IServiceHostConfiguration
파일 보기 프로젝트 열기: Invenietis/ck-certified

공개 메소드들

메소드 설명
ApplyConfiguration ( ILogConfig c ) : void
ApplyConfiguration ( ILogServiceConfig s ) : void
GetOptions ( System e ) : ServiceLogEventOptions
GetOptions ( System m ) : ServiceLogMethodOptions
ServiceHostConfiguration ( ILogConfig c ) : CK.Plugin

메소드 상세

ApplyConfiguration() 공개 메소드

public ApplyConfiguration ( ILogConfig c ) : void
c ILogConfig
리턴 void

ApplyConfiguration() 공개 메소드

public ApplyConfiguration ( ILogServiceConfig s ) : void
s ILogServiceConfig
리턴 void

GetOptions() 공개 메소드

public GetOptions ( System e ) : ServiceLogEventOptions
e System
리턴 ServiceLogEventOptions

GetOptions() 공개 메소드

public GetOptions ( System m ) : ServiceLogMethodOptions
m System
리턴 ServiceLogMethodOptions

ServiceHostConfiguration() 공개 메소드

public ServiceHostConfiguration ( ILogConfig c ) : CK.Plugin
c ILogConfig
리턴 CK.Plugin