C# 클래스 Brunet.Util.EventBooleanSwitch

Provides BooleanSwitch with an event whenever the OnSwitchSettingChanged method is called.
상속: System.Diagnostics.BooleanSwitch
파일 보기 프로젝트 열기: pstjuste/brunet

공개 메소드들

메소드 설명
EventBooleanSwitch ( string displayName, string description ) : System.Diagnostics
EventBooleanSwitch ( string displayName, string description, string defaultSwitchValue ) : System.Diagnostics

보호된 메소드들

메소드 설명
OnSwitchSettingChanged ( ) : void

메소드 상세

EventBooleanSwitch() 공개 메소드

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

EventBooleanSwitch() 공개 메소드

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

OnSwitchSettingChanged() 보호된 메소드

protected OnSwitchSettingChanged ( ) : void
리턴 void