C# Class Microsoft.Web.Administration.SectionGroup

Show file Open project: jexuswebserver/Microsoft.Web.Administration Class Usage Examples

Private Properties

Property Type Description
Add bool
AllowDefinitionToEnum ConfigurationAllowDefinition
CreateSection ConfigurationSection
DetectSection ConfigurationSection
FindSection ConfigurationSection
ParseSectionDefinitions void
SectionGroup System

Private Methods

Method Description
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