C# 클래스 System.Configuration.SectionInformation

파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ForceDeclaration void
RevertToParent void
SectionInformation System.Collections
SetName void
SetParentSection void

공개 메소드들

메소드 설명
ForceDeclaration ( ) : void
GetParentSection ( ) : ConfigurationSection
GetRawXml ( ) : string
ProtectSection ( string provider ) : void
SetRawXml ( string xml ) : void
UnprotectSection ( ) : void

비공개 메소드들

메소드 설명
ForceDeclaration ( bool require ) : void
RevertToParent ( ) : void
SectionInformation ( ) : System.Collections
SetName ( string name ) : void
SetParentSection ( ConfigurationSection parent ) : void

메소드 상세

ForceDeclaration() 공개 메소드

public ForceDeclaration ( ) : void
리턴 void

GetParentSection() 공개 메소드

public GetParentSection ( ) : ConfigurationSection
리턴 ConfigurationSection

GetRawXml() 공개 메소드

public GetRawXml ( ) : string
리턴 string

ProtectSection() 공개 메소드

public ProtectSection ( string provider ) : void
provider string
리턴 void

SetRawXml() 공개 메소드

public SetRawXml ( string xml ) : void
xml string
리턴 void

UnprotectSection() 공개 메소드

public UnprotectSection ( ) : void
리턴 void