프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Initialize | void | ||
InitializeWithStatus | bool | ||
Refresh | void | ||
RefreshAll | void | ||
_pruneCachedSwitches | void |
메소드 | 설명 | |
---|---|---|
GetSupportedAttributes ( ) : string[] | ||
OnSwitchSettingChanged ( ) : void | ||
OnValueChanged ( ) : void | ||
Switch ( string displayName, string description ) | ||
Switch ( string displayName, string description, string defaultSwitchValue ) | ||
Switch ( string displayName, string description ) : System | ||
Switch ( string displayName, string description, string defaultSwitchValue ) : System |
메소드 | 설명 | |
---|---|---|
Initialize ( ) : void | ||
InitializeWithStatus ( ) : bool | ||
Refresh ( ) : void | ||
RefreshAll ( ) : void | ||
_pruneCachedSwitches ( ) : void |
protected Switch ( string displayName, string description ) | ||
displayName | string | |
description | string |
protected Switch ( string displayName, string description, string defaultSwitchValue ) | ||
displayName | string | |
description | string | |
defaultSwitchValue | string |
protected Switch ( string displayName, string description ) : System | ||
displayName | string | |
description | string | |
리턴 | System |
protected Switch ( string displayName, string description, string defaultSwitchValue ) : System | ||
displayName | string | |
description | string | |
defaultSwitchValue | string | |
리턴 | System |