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

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

Private Properties

프로퍼티 타입 설명
Add bool
AllowDefinitionToEnum ConfigurationAllowDefinition
CreateSection ConfigurationSection
DetectSection ConfigurationSection
FindSection ConfigurationSection
ParseSectionDefinitions void
SectionGroup System

비공개 메소드들

메소드 설명
Add ( ConfigurationSection section ) : bool
AllowDefinitionToEnum ( string allowDefinition ) : ConfigurationAllowDefinition
CreateSection ( string sectionPath, string locationPath, FileContext core, FileContext top ) : ConfigurationSection
DetectSection ( string sectionPath, string locationPath, FileContext core ) : ConfigurationSection
FindSection ( string sectionPath, string locationPath, FileContext core ) : ConfigurationSection
ParseSectionDefinitions ( System.Xml.Linq.XElement root, SectionSchema>.Dictionary sectionSchemas ) : void
SectionGroup ( FileContext core ) : System