C# 클래스 System.Configuration.SettingsBase

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPropertiesFromProvider void
GetPropertyValueByName object
SaveCore void
SetPropertyValueByName void

공개 메소드들

메소드 설명
Initialize ( SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers ) : void
Save ( ) : void
Synchronized ( SettingsBase settingsBase ) : SettingsBase
this ( string propertyName ) : object

보호된 메소드들

메소드 설명
SettingsBase ( ) : System.Collections.Specialized

비공개 메소드들

메소드 설명
GetPropertiesFromProvider ( SettingsProvider provider ) : void
GetPropertyValueByName ( string propertyName ) : object
SaveCore ( ) : void
SetPropertyValueByName ( string propertyName, object propertyValue ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers ) : void
context SettingsContext
properties SettingsPropertyCollection
providers SettingsProviderCollection
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SettingsBase() 보호된 메소드

protected SettingsBase ( ) : System.Collections.Specialized
리턴 System.Collections.Specialized

Synchronized() 공개 정적인 메소드

public static Synchronized ( SettingsBase settingsBase ) : SettingsBase
settingsBase SettingsBase
리턴 SettingsBase

this() 공개 메소드

public this ( string propertyName ) : object
propertyName string
리턴 object