ArcFM Desktop Developer Guide
BaseUnmerge Method


A System.Configuration.ConfigurationElement object at the current level containing a merged view of the properties.
The parent ConfigurationElement object, or a null reference (Nothing in Visual Basic) if this is the top level.
A System.Configuration.ConfigurationSaveMode object that determines which property values to include.
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Modifies the ConfigurationElement object to remove all values that should not be saved using the inherited implementation.
Syntax
'Declaration
 
Sub BaseUnmerge( _
   ByVal sourceElement As ConfigurationElement, _
   ByVal parentElement As ConfigurationElement, _
   ByVal saveMode As ConfigurationSaveMode _
) 
'Usage
 
Dim instance As IHelperAssistedCustomConfigurationData(Of T)
Dim sourceElement As ConfigurationElement
Dim parentElement As ConfigurationElement
Dim saveMode As ConfigurationSaveMode
 
instance.BaseUnmerge(sourceElement, parentElement, saveMode)

Parameters

sourceElement
A System.Configuration.ConfigurationElement object at the current level containing a merged view of the properties.
parentElement
The parent ConfigurationElement object, or a null reference (Nothing in Visual Basic) if this is the top level.
saveMode
A System.Configuration.ConfigurationSaveMode object that determines which property values to include.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IHelperAssistedCustomConfigurationData<T> Interface
IHelperAssistedCustomConfigurationData<T> Members

 

 


Send Comment