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

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

Private Properties

프로퍼티 타입 설명
ConfigurationCollectionSchema System.Collections.Generic
ContainsAddElement bool
FindSchema ConfigurationElementSchema
GetElementSchema ConfigurationElementSchema
Merge void
ReplicateAddSchema void

공개 메소드들

메소드 설명
GetAddElementSchema ( string elementName ) : ConfigurationElementSchema
GetClearElementSchema ( ) : ConfigurationElementSchema
GetMetadata ( string metadataType ) : object
GetRemoveElementSchema ( ) : ConfigurationElementSchema

비공개 메소드들

메소드 설명
ConfigurationCollectionSchema ( string path, string addElementNames, string removeElementName, string clearElementName, bool isMergeAppend, bool allowDuplicates, bool allowUnrecognizedAttributes ) : System.Collections.Generic
ContainsAddElement ( string elementTagName ) : bool
FindSchema ( string path ) : ConfigurationElementSchema
GetElementSchema ( string name ) : ConfigurationElementSchema
Merge ( ConfigurationCollectionSchema child ) : void
ReplicateAddSchema ( ) : void

메소드 상세

GetAddElementSchema() 공개 메소드

public GetAddElementSchema ( string elementName ) : ConfigurationElementSchema
elementName string
리턴 ConfigurationElementSchema

GetClearElementSchema() 공개 메소드

public GetClearElementSchema ( ) : ConfigurationElementSchema
리턴 ConfigurationElementSchema

GetMetadata() 공개 메소드

public GetMetadata ( string metadataType ) : object
metadataType string
리턴 object

GetRemoveElementSchema() 공개 메소드

public GetRemoveElementSchema ( ) : ConfigurationElementSchema
리턴 ConfigurationElementSchema