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

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

Private Properties

프로퍼티 타입 설명
GetLogOptions ServiceLogMethodOptions
ProcessLogOptions void
UpdatePropertyBag void
VMLogMethodConfig System.Collections.Generic

공개 메소드들

메소드 설명
ClearConfig ( ) : void
CreateFrom ( VMLogServiceConfig holder, ILogMethodConfig m ) : VMLogMethodConfig
CreateFrom ( VMLogServiceConfig holder, ISimpleMethodInfo m ) : VMLogMethodConfig
UpdateFrom ( ILogMethodConfig m ) : bool
UpdateFrom ( IPluginConfigAccessor config ) : void
VMLogMethodConfig ( VMLogServiceConfig holder, string name, bool isBound ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetLogOptions ( ) : ServiceLogMethodOptions
ProcessLogOptions ( ServiceLogMethodOptions logOptions ) : void
UpdatePropertyBag ( ) : void
VMLogMethodConfig ( VMLogServiceConfig holder, string name, string returnType, List parameters, bool isBound ) : System.Collections.Generic

메소드 상세

ClearConfig() 공개 메소드

public ClearConfig ( ) : void
리턴 void

CreateFrom() 공개 정적인 메소드

public static CreateFrom ( VMLogServiceConfig holder, ILogMethodConfig m ) : VMLogMethodConfig
holder VMLogServiceConfig
m ILogMethodConfig
리턴 VMLogMethodConfig

CreateFrom() 공개 정적인 메소드

public static CreateFrom ( VMLogServiceConfig holder, ISimpleMethodInfo m ) : VMLogMethodConfig
holder VMLogServiceConfig
m ISimpleMethodInfo
리턴 VMLogMethodConfig

UpdateFrom() 공개 메소드

public UpdateFrom ( ILogMethodConfig m ) : bool
m ILogMethodConfig
리턴 bool

UpdateFrom() 공개 메소드

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

VMLogMethodConfig() 공개 메소드

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