C# Class Microsoft.Web.Administration.ConfigurationCollectionSchema

Show file Open project: jexuswebserver/Microsoft.Web.Administration Class Usage Examples

Private Properties

Property Type Description
ConfigurationCollectionSchema System.Collections.Generic
ContainsAddElement bool
FindSchema ConfigurationElementSchema
GetElementSchema ConfigurationElementSchema
Merge void
ReplicateAddSchema void

Public Methods

Method Description
GetAddElementSchema ( string elementName ) : ConfigurationElementSchema
GetClearElementSchema ( ) : ConfigurationElementSchema
GetMetadata ( string metadataType ) : object
GetRemoveElementSchema ( ) : ConfigurationElementSchema

Private Methods

Method Description
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

Method Details

GetAddElementSchema() public method

public GetAddElementSchema ( string elementName ) : ConfigurationElementSchema
elementName string
return ConfigurationElementSchema

GetClearElementSchema() public method

public GetClearElementSchema ( ) : ConfigurationElementSchema
return ConfigurationElementSchema

GetMetadata() public method

public GetMetadata ( string metadataType ) : object
metadataType string
return object

GetRemoveElementSchema() public method

public GetRemoveElementSchema ( ) : ConfigurationElementSchema
return ConfigurationElementSchema