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

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

Private Properties

Свойство Type Description
GetLogOptions ServiceLogMethodOptions
ProcessLogOptions void
UpdatePropertyBag void
VMLogMethodConfig System.Collections.Generic

Méthodes publiques

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

Private Methods

Méthode Description
GetLogOptions ( ) : ServiceLogMethodOptions
ProcessLogOptions ( ServiceLogMethodOptions logOptions ) : void
UpdatePropertyBag ( ) : void
VMLogMethodConfig ( VMLogServiceConfig holder, string name, string returnType, List parameters, bool isBound ) : System.Collections.Generic

Method Details

ClearConfig() public méthode

public ClearConfig ( ) : void
Résultat void

CreateFrom() public static méthode

public static CreateFrom ( VMLogServiceConfig holder, ILogMethodConfig m ) : VMLogMethodConfig
holder VMLogServiceConfig
m ILogMethodConfig
Résultat VMLogMethodConfig

CreateFrom() public static méthode

public static CreateFrom ( VMLogServiceConfig holder, ISimpleMethodInfo m ) : VMLogMethodConfig
holder VMLogServiceConfig
m ISimpleMethodInfo
Résultat VMLogMethodConfig

UpdateFrom() public méthode

public UpdateFrom ( ILogMethodConfig m ) : bool
m ILogMethodConfig
Résultat bool

UpdateFrom() public méthode

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

VMLogMethodConfig() public méthode

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