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

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

보호된 프로퍼티들

프로퍼티 타입 설명
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