C# Class Brunet.Util.EventBooleanSwitch

Provides BooleanSwitch with an event whenever the OnSwitchSettingChanged method is called.
Inheritance: System.Diagnostics.BooleanSwitch
ファイルを表示 Open project: pstjuste/brunet

Public Methods

Method Description
EventBooleanSwitch ( string displayName, string description ) : System.Diagnostics
EventBooleanSwitch ( string displayName, string description, string defaultSwitchValue ) : System.Diagnostics

Protected Methods

Method Description
OnSwitchSettingChanged ( ) : void

Method Details

EventBooleanSwitch() public method

public EventBooleanSwitch ( string displayName, string description ) : System.Diagnostics
displayName string
description string
return System.Diagnostics

EventBooleanSwitch() public method

public EventBooleanSwitch ( string displayName, string description, string defaultSwitchValue ) : System.Diagnostics
displayName string
description string
defaultSwitchValue string
return System.Diagnostics

OnSwitchSettingChanged() protected method

protected OnSwitchSettingChanged ( ) : void
return void