Method |
Description |
|
AddConfigurationSection ( string group, string name, ConfigurationSection configSection ) : void |
|
|
AddConfigurationSectionGroup ( string group, string name, ConfigurationSectionGroup configSectionGroup ) : void |
|
|
AppendAttribute ( StringBuilder sb, string key, string value ) : void |
|
|
AreDeclarationAttributesModified ( FactoryRecord factoryRecord, ConfigurationSection configSection ) : bool |
|
|
AreLocationAttributesModified ( SectionRecord sectionRecord, ConfigurationSection configSection ) : bool |
|
|
AreSectionAttributesModified ( SectionRecord sectionRecord, ConfigurationSection configSection ) : bool |
|
|
BoolToString ( bool v ) : string |
|
|
ChangeConfigSource ( SectionInformation sectionInformation, string oldConfigSource, string oldConfigSourceStreamName, string newConfigSource ) : void |
|
|
CheckPreamble ( byte preamble, XmlUtilWriter utilWriter, byte buffer ) : void |
|
|
CopyConfig ( SectionUpdates declarationUpdates, ConfigDefinitionUpdates definitionUpdates, byte buffer, string filename, NamespaceChange namespaceChange, XmlUtilWriter utilWriter ) : void |
|
|
CopyConfigDeclarationsRecursive ( SectionUpdates declarationUpdates, XmlUtil xmlUtil, XmlUtilWriter utilWriter, string group, int parentLinePosition, int parentIndent ) : bool |
|
|
CopyConfigDefinitionsRecursive ( ConfigDefinitionUpdates configDefinitionUpdates, XmlUtil xmlUtil, XmlUtilWriter utilWriter, bool locationPathApplies, LocationUpdates locationUpdates, SectionUpdates sectionUpdates, bool addNewSections, string group, int parentLinePosition, int parentIndent ) : bool |
|
|
CopyConfigSource ( XmlUtilWriter utilWriter, string updatedXml, string configSourceStreamName, byte buffer ) : void |
|
|
Create ( IInternalConfigRoot configRoot, IInternalConfigRecord parent, string configPath, string locationSubPath ) : MgmtConfigurationRecord |
|
|
CreateNewConfig ( SectionUpdates declarationUpdates, ConfigDefinitionUpdates definitionUpdates, NamespaceChange namespaceChange, XmlUtilWriter utilWriter ) : void |
|
|
CreateNewConfigSource ( XmlUtilWriter utilWriter, string updatedXml, int indent ) : void |
|
|
CreateSectionGroupFactory ( FactoryRecord factoryRecord ) : ConstructorInfo |
|
|
EnsureSectionGroupFactory ( FactoryRecord factoryRecord ) : ConstructorInfo |
|
|
ExeDefinitionToString ( ConfigurationAllowExeDefinition allowDefinition ) : string |
|
|
FindAndCloneImmediateParentSection ( ConfigurationSection configSection ) : ConfigurationSection |
|
|
FindImmediateParentSection ( ConfigurationSection section ) : ConfigurationSection |
|
|
GetAllFactories ( bool isGroup ) : Hashtable |
|
|
GetConfigDeclarationUpdates ( ConfigurationSaveMode saveMode, bool forceUpdateAll ) : SectionUpdates |
|
|
GetConfigDefinitionUpdates ( bool requireUpdates, ConfigurationSaveMode saveMode, bool forceSaveAll, ConfigDefinitionUpdates &definitionUpdates, ArrayList &configSourceUpdates ) : void |
|
|
GetConfigSection ( string configKey ) : ConfigurationSection |
|
|
GetDescendentSectionFactories ( string configKey ) : ArrayList |
|
|
GetDescendentSectionGroupFactories ( string configKey ) : ArrayList |
|
|
GetLocationCollection ( Configuration config ) : ConfigurationLocationCollection |
|
|
GetRawXml ( string configKey ) : string |
|
|
GetSectionGroup ( string configKey ) : ConfigurationSectionGroup |
|
|
GetUpdatedSectionDeclarationXml ( FactoryRecord factoryRecord, ConfigurationSection configSection, ConfigurationSaveMode saveMode ) : string |
|
|
GetUpdatedSectionGroupDeclarationXml ( FactoryRecord factoryRecord, ConfigurationSectionGroup configSectionGroup ) : string |
|
|
Init ( IInternalConfigRoot configRoot, IInternalConfigRecord parent, string configPath, string locationSubPath ) : void |
|
|
InitStreamInfoUpdates ( ) : void |
|
|
IsConfigSectionMoved ( SectionRecord sectionRecord, ConfigurationSection configSection ) : bool |
|
|
IsStreamUsed ( string oldStreamName ) : bool |
|
|
LookupSectionGroup ( string configKey ) : ConfigurationSectionGroup |
|
|
MgmtConfigurationRecord ( ) : System.CodeDom.Compiler |
|
|
RemoveConfigurationSection ( string group, string name ) : void |
|
|
RemoveConfigurationSectionGroup ( string group, string name ) : void |
|
|
RemoveLocationWriteRequirement ( ) : void |
|
|
RevertToParent ( ConfigurationSection configSection ) : void |
|
|
SaveAs ( string filename, ConfigurationSaveMode saveMode, bool forceUpdateAll ) : void |
|
|
SaveConfigSource ( DefinitionUpdate update ) : void |
|
|
SetRawXml ( ConfigurationSection configSection, string xmlElement ) : void |
|
|
UpdateIndent ( int oldIndent, XmlUtil xmlUtil, XmlUtilWriter utilWriter, int parentLinePosition ) : int |
|
|
UpdateRecords ( ) : void |
|
|
ValidateSectionXml ( string xmlElement, string configKey ) : void |
|
|
WriteEmptyElement ( string ElementName ) : string |
|
|
WriteNewConfigDeclarations ( SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent ) : void |
|
|
WriteNewConfigDefinitions ( ConfigDefinitionUpdates configDefinitionUpdates, XmlUtilWriter utilWriter, int linePosition, int indent ) : void |
|
|
WriteNewConfigDefinitionsRecursive ( XmlUtilWriter utilWriter, SectionUpdates sectionUpdates, int linePosition, int indent, bool skipFirstIndent ) : bool |
|
|
WriteSectionUpdate ( XmlUtilWriter utilWriter, DefinitionUpdate update, int linePosition, int indent, bool skipFirstIndent ) : void |
|
|
WriteUnwrittenConfigDeclarations ( SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent ) : void |
|
|
WriteUnwrittenConfigDeclarationsRecursive ( SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent ) : void |
|
|