C# Class CK.Plugins.ObjectExplorer.ViewModels.LogViewModels.VMLogEventConfig

Inheritance: VMLogBaseElement, ILogEventConfig
Afficher le fichier Open project: Invenietis/ck-certified Class Usage Examples

Private Properties

Свойство Type Description
ProcessLogOptions void
UpdatePropertyBag void

Méthodes publiques

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

Private Methods

Méthode Description
ProcessLogOptions ( ServiceLogEventOptions e ) : void
UpdatePropertyBag ( ) : void

Method Details

ClearConfig() public méthode

Sets every log configuration to false
public ClearConfig ( ) : void
Résultat void

CreateFrom() public static méthode

public static CreateFrom ( VMLogServiceConfig holder, ILogEventConfig e ) : VMLogEventConfig
holder VMLogServiceConfig
e ILogEventConfig
Résultat VMLogEventConfig

CreateFrom() public static méthode

public static CreateFrom ( VMLogServiceConfig holder, ISimpleEventInfo e ) : VMLogEventConfig
holder VMLogServiceConfig
e ISimpleEventInfo
Résultat VMLogEventConfig

GetLogOptions() public méthode

public GetLogOptions ( ) : ServiceLogEventOptions
Résultat ServiceLogEventOptions

UpdateFrom() public méthode

public UpdateFrom ( ILogEventConfig l ) : bool
l ILogEventConfig
Résultat bool

UpdateFrom() public méthode

public UpdateFrom ( IPluginConfigAccessor config ) : void
config IPluginConfigAccessor
Résultat void

VMLogEventConfig() public méthode

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
Résultat System.Collections.Generic

VMLogEventConfig() public méthode

public VMLogEventConfig ( VMLogServiceConfig holder, string name, ServiceLogEventOptions logOptions, bool isBound ) : System.Collections.Generic
holder VMLogServiceConfig
name string
logOptions ServiceLogEventOptions
isBound bool
Résultat System.Collections.Generic