Property | Type | Description | |
---|---|---|---|
UpdatePropertyBag | void |
Method | Description | |
---|---|---|
ClearConfig ( ) : void |
Sets back an "after InitializeFromLoader" state - state in which we ony have empty bound sevices/methods/events/properties removes every unbound method/event/property.
|
|
CreateFrom ( |
||
CreateFrom ( |
||
FindEvent ( string name ) : |
Returns the VMLogEventConfig corresponding to the name set as parameter
|
|
FindMethod ( string name ) : |
Returns the VMLogMethodConfig corresponding to the signature set as parameter
|
|
FindProperty ( string name ) : |
Returns the VMLogPropertyConfig corresponding to the name set as parameter
|
|
UpdateFrom ( ILogServiceConfig s, bool trackChanges ) : bool |
Updates all VMLogMethodConfig, VMLogEventConfig and VMLogPropertyConfig to reflect the Log service configuration set as parameter
|
|
UpdateFrom ( IPluginConfigAccessor config ) : void | ||
VMLogServiceConfig ( string name, bool isBound ) : System |
Instantiates an empty VMLogServiceConfig
|
Method | Description | |
---|---|---|
UpdatePropertyBag ( ) : void |
public static CreateFrom ( |
||
holder | ||
s | ILogServiceConfig | |
return |
public static CreateFrom ( |
||
holder | ||
s | IServiceInfo | |
return |
public FindEvent ( string name ) : |
||
name | string | |
return |
public FindMethod ( string name ) : |
||
name | string | |
return |
public FindProperty ( string name ) : |
||
name | string | |
return |
public UpdateFrom ( ILogServiceConfig s, bool trackChanges ) : bool | ||
s | ILogServiceConfig | |
trackChanges | bool | |
return | bool |
public UpdateFrom ( IPluginConfigAccessor config ) : void | ||
config | IPluginConfigAccessor | |
return | void |
public VMLogServiceConfig ( string name, bool isBound ) : System | ||
name | string | |
isBound | bool | |
return | System |