C# Class AppMetrics.AgentService.PluginBase.AppSettings

Inheritance: AppSettingsBase
Datei anzeigen Open project: fandrei/AppMetrics

Protected Properties

Property Type Description
FileName string

Private Properties

Property Type Description

Public Methods

Method Description
Load ( ) : AppSettings

Protected Methods

Method Description
OnAfterLoad ( ) : void
OnBeforeSave ( ) : void

Method Details

Load() public static method

public static Load ( ) : AppSettings
return AppSettings

OnAfterLoad() protected method

protected OnAfterLoad ( ) : void
return void

OnBeforeSave() protected method

protected OnBeforeSave ( ) : void
return void

Property Details

FileName protected_oe static_oe property

protected static string FileName
return string