C# 클래스 Microsoft.Web.Administration.ConfigurationSection

상속: ConfigurationElement
파일 보기 프로젝트 열기: jexuswebserver/Microsoft.Web.Administration 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddChild void
ConfigurationSection System
CreateEntity System.Xml.Linq.XElement
GetElementByPath ConfigurationElement

공개 메소드들

메소드 설명
RevertToParent ( ) : void

비공개 메소드들

메소드 설명
AddChild ( ConfigurationElement child ) : void
ConfigurationSection ( string path, ConfigurationElementSchema schema, string location, FileContext core, System.Xml.Linq.XElement entity ) : System
CreateEntity ( ) : System.Xml.Linq.XElement
GetElementByPath ( string path ) : ConfigurationElement

메소드 상세

RevertToParent() 공개 메소드

public RevertToParent ( ) : void
리턴 void