C# Класс Microsoft.Web.Administration.ConfigurationElement

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
InnerEntity System.Xml.Linq.XElement

Private Properties

Свойство Тип Описание
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

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CleanEntity ( ) : void

Приватные методы

Метод Описание
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

Описание методов

CleanEntity() защищенный Метод

protected CleanEntity ( ) : void
Результат void

Delete() публичный Метод

public Delete ( ) : void
Результат void

GetAttribute() публичный Метод

public GetAttribute ( string attributeName ) : ConfigurationAttribute
attributeName string
Результат ConfigurationAttribute

GetAttributeValue() публичный Метод

public GetAttributeValue ( string attributeName ) : object
attributeName string
Результат object

GetChildElement() публичный Метод

public GetChildElement ( string elementName ) : ConfigurationElement
elementName string
Результат ConfigurationElement

GetChildElement() публичный Метод

public GetChildElement ( string elementName, Type elementType ) : ConfigurationElement
elementName string
elementType System.Type
Результат ConfigurationElement

GetCollection() публичный Метод

public GetCollection ( Type collectionType ) : ConfigurationElement
collectionType System.Type
Результат ConfigurationElement

GetCollection() публичный Метод

public GetCollection ( string collectionName, Type collectionType ) : ConfigurationElement
collectionName string
collectionType System.Type
Результат ConfigurationElement

GetCollection() публичный Метод

public GetCollection ( ) : ConfigurationElementCollection
Результат ConfigurationElementCollection

GetCollection() публичный Метод

public GetCollection ( string collectionName ) : ConfigurationElementCollection
collectionName string
Результат ConfigurationElementCollection

GetMetadata() публичный Метод

public GetMetadata ( string metadataType ) : Object
metadataType string
Результат Object

SetAttributeValue() публичный Метод

public SetAttributeValue ( string attributeName, object value ) : void
attributeName string
value object
Результат void

SetMetadata() публичный Метод

public SetMetadata ( string metadataType, object value ) : void
metadataType string
value object
Результат void

this() публичный Метод

public this ( string attributeName ) : object
attributeName string
Результат object

Описание свойств

InnerEntity защищенное свойство

protected XElement,System.Xml.Linq InnerEntity
Результат System.Xml.Linq.XElement