C# Class Microsoft.Web.Administration.Configuration

Afficher le fichier Open project: jexuswebserver/Microsoft.Web.Administration Class Usage Examples

Private Properties

Свойство Type Description
Configuration System
OnCacheInvalidated void

Méthodes publiques

Méthode Description
GetEffectiveSectionGroup ( ) : SectionGroup
GetLocationPaths ( ) : string[]
GetMetadata ( string metadataType ) : object
GetSection ( string sectionPath ) : ConfigurationSection
GetSection ( string sectionPath, Type type ) : ConfigurationSection
GetSection ( string sectionPath, Type type, string locationPath ) : ConfigurationSection
GetSection ( string sectionPath, string locationPath ) : ConfigurationSection
RemoveLocationPath ( string locationPath ) : void
RenameLocationPath ( string locationPath, string newLocationPath ) : void
SetMetadata ( string metadataType, object value ) : void

Private Methods

Méthode Description
Configuration ( FileContext fileContext ) : System
OnCacheInvalidated ( ) : void

Method Details

GetEffectiveSectionGroup() public méthode

public GetEffectiveSectionGroup ( ) : SectionGroup
Résultat SectionGroup

GetLocationPaths() public méthode

public GetLocationPaths ( ) : string[]
Résultat string[]

GetMetadata() public méthode

public GetMetadata ( string metadataType ) : object
metadataType string
Résultat object

GetSection() public méthode

public GetSection ( string sectionPath ) : ConfigurationSection
sectionPath string
Résultat ConfigurationSection

GetSection() public méthode

public GetSection ( string sectionPath, Type type ) : ConfigurationSection
sectionPath string
type System.Type
Résultat ConfigurationSection

GetSection() public méthode

public GetSection ( string sectionPath, Type type, string locationPath ) : ConfigurationSection
sectionPath string
type System.Type
locationPath string
Résultat ConfigurationSection

GetSection() public méthode

public GetSection ( string sectionPath, string locationPath ) : ConfigurationSection
sectionPath string
locationPath string
Résultat ConfigurationSection

RemoveLocationPath() public méthode

public RemoveLocationPath ( string locationPath ) : void
locationPath string
Résultat void

RenameLocationPath() public méthode

public RenameLocationPath ( string locationPath, string newLocationPath ) : void
locationPath string
newLocationPath string
Résultat void

SetMetadata() public méthode

public SetMetadata ( string metadataType, object value ) : void
metadataType string
value object
Résultat void