C# 클래스 CK.Plugins.ObjectExplorer.ViewModels.LogViewModels.VMLogEventConfig

상속: VMLogBaseElement, ILogEventConfig
파일 보기 프로젝트 열기: Invenietis/ck-certified 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ProcessLogOptions void
UpdatePropertyBag void

공개 메소드들

메소드 설명
ClearConfig ( ) : void

Sets every log configuration to false

CreateFrom ( VMLogServiceConfig holder, ILogEventConfig e ) : VMLogEventConfig
CreateFrom ( VMLogServiceConfig holder, ISimpleEventInfo e ) : VMLogEventConfig
GetLogOptions ( ) : ServiceLogEventOptions
UpdateFrom ( ILogEventConfig l ) : bool
UpdateFrom ( IPluginConfigAccessor config ) : void
VMLogEventConfig ( VMLogServiceConfig holder, string name, List parameters, ServiceLogEventOptions logOptions, bool isBound ) : System.Collections.Generic
VMLogEventConfig ( VMLogServiceConfig holder, string name, ServiceLogEventOptions logOptions, bool isBound ) : System.Collections.Generic

비공개 메소드들

메소드 설명
ProcessLogOptions ( ServiceLogEventOptions e ) : void
UpdatePropertyBag ( ) : void

메소드 상세

ClearConfig() 공개 메소드

Sets every log configuration to false
public ClearConfig ( ) : void
리턴 void

CreateFrom() 공개 정적인 메소드

public static CreateFrom ( VMLogServiceConfig holder, ILogEventConfig e ) : VMLogEventConfig
holder VMLogServiceConfig
e ILogEventConfig
리턴 VMLogEventConfig

CreateFrom() 공개 정적인 메소드

public static CreateFrom ( VMLogServiceConfig holder, ISimpleEventInfo e ) : VMLogEventConfig
holder VMLogServiceConfig
e ISimpleEventInfo
리턴 VMLogEventConfig

GetLogOptions() 공개 메소드

public GetLogOptions ( ) : ServiceLogEventOptions
리턴 ServiceLogEventOptions

UpdateFrom() 공개 메소드

public UpdateFrom ( ILogEventConfig l ) : bool
l ILogEventConfig
리턴 bool

UpdateFrom() 공개 메소드

public UpdateFrom ( IPluginConfigAccessor config ) : void
config IPluginConfigAccessor
리턴 void

VMLogEventConfig() 공개 메소드

public VMLogEventConfig ( VMLogServiceConfig holder, string name, List parameters, ServiceLogEventOptions logOptions, bool isBound ) : System.Collections.Generic
holder VMLogServiceConfig
name string
parameters List
logOptions ServiceLogEventOptions
isBound bool
리턴 System.Collections.Generic

VMLogEventConfig() 공개 메소드

public VMLogEventConfig ( VMLogServiceConfig holder, string name, ServiceLogEventOptions logOptions, bool isBound ) : System.Collections.Generic
holder VMLogServiceConfig
name string
logOptions ServiceLogEventOptions
isBound bool
리턴 System.Collections.Generic