C# Class Microsoft.Web.Administration.ConfigurationElement

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

Protected Properties

Свойство Type Description
InnerEntity System.Xml.Linq.XElement

Private Properties

Свойство Type Description
AddChild void
AppendToParentElement void
Clean void
ConfigurationElement System
CreateEntity System.Xml.Linq.XElement
ForceCreateEntity void
GetElementAtParentLocationInFileContext ConfigurationElement
GetElementByPath ConfigurationElement
GetParentElement ConfigurationElement
ParseAttribute void
ParseAttributes void
SetAttributeValueInner object
Validate void

Méthodes publiques

Méthode Description
Delete ( ) : void
GetAttribute ( string attributeName ) : ConfigurationAttribute
GetAttributeValue ( string attributeName ) : object
GetChildElement ( string elementName ) : ConfigurationElement
GetChildElement ( string elementName, Type elementType ) : ConfigurationElement
GetCollection ( Type collectionType ) : ConfigurationElement
GetCollection ( string collectionName, Type collectionType ) : ConfigurationElement
GetCollection ( ) : ConfigurationElementCollection
GetCollection ( string collectionName ) : ConfigurationElementCollection
GetMetadata ( string metadataType ) : Object
SetAttributeValue ( string attributeName, object value ) : void
SetMetadata ( string metadataType, object value ) : void
this ( string attributeName ) : object

Méthodes protégées

Méthode Description
CleanEntity ( ) : void

Private Methods

Méthode Description
AddChild ( ConfigurationElement child ) : void
AppendToParentElement ( System.Xml.Linq.XElement entity, bool top ) : void
Clean ( System.Xml.Linq.XElement entity ) : void
ConfigurationElement ( ConfigurationElement element, string name, ConfigurationElementSchema schema, ConfigurationElement parent, System.Xml.Linq.XElement entity, FileContext core ) : System
CreateEntity ( ) : System.Xml.Linq.XElement
ForceCreateEntity ( ) : void
GetElementAtParentLocationInFileContext ( FileContext core ) : ConfigurationElement
GetElementByPath ( string path ) : ConfigurationElement
GetParentElement ( ) : ConfigurationElement
ParseAttribute ( System.Xml.Linq.XAttribute attribute ) : void
ParseAttributes ( ) : void
SetAttributeValueInner ( string name, object value ) : object
Validate ( bool loading ) : void

Method Details

CleanEntity() protected méthode

protected CleanEntity ( ) : void
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

GetAttribute() public méthode

public GetAttribute ( string attributeName ) : ConfigurationAttribute
attributeName string
Résultat ConfigurationAttribute

GetAttributeValue() public méthode

public GetAttributeValue ( string attributeName ) : object
attributeName string
Résultat object

GetChildElement() public méthode

public GetChildElement ( string elementName ) : ConfigurationElement
elementName string
Résultat ConfigurationElement

GetChildElement() public méthode

public GetChildElement ( string elementName, Type elementType ) : ConfigurationElement
elementName string
elementType System.Type
Résultat ConfigurationElement

GetCollection() public méthode

public GetCollection ( Type collectionType ) : ConfigurationElement
collectionType System.Type
Résultat ConfigurationElement

GetCollection() public méthode

public GetCollection ( string collectionName, Type collectionType ) : ConfigurationElement
collectionName string
collectionType System.Type
Résultat ConfigurationElement

GetCollection() public méthode

public GetCollection ( ) : ConfigurationElementCollection
Résultat ConfigurationElementCollection

GetCollection() public méthode

public GetCollection ( string collectionName ) : ConfigurationElementCollection
collectionName string
Résultat ConfigurationElementCollection

GetMetadata() public méthode

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

SetAttributeValue() public méthode

public SetAttributeValue ( string attributeName, object value ) : void
attributeName string
value object
Résultat void

SetMetadata() public méthode

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

this() public méthode

public this ( string attributeName ) : object
attributeName string
Résultat object

Property Details

InnerEntity protected_oe property

protected XElement,System.Xml.Linq InnerEntity
Résultat System.Xml.Linq.XElement