ArcFM Engine Developer Guide
HandleUnmerge Method


A System.Configuration.ConfigurationElement object at the current level containing a merged view of the properties.
The parent System.Configuration.ConfigurationElement object, or a a null reference (Nothing in Visual Basic) reference if this is the top level.
A System.Configuration.ConfigurationSaveMode object that determines which property values to include.
Concrete implementation of System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement,System.Configuration.ConfigurationElement,System.Configuration.ConfigurationSaveMode).
Syntax
'Declaration
 
Public Sub HandleUnmerge( _
   ByVal sourceElement As ConfigurationElement, _
   ByVal parentElement As ConfigurationElement, _
   ByVal saveMode As ConfigurationSaveMode _
) 
'Usage
 
Dim instance As CustomProviderDataHelper(Of T)
Dim sourceElement As ConfigurationElement
Dim parentElement As ConfigurationElement
Dim saveMode As ConfigurationSaveMode
 
instance.HandleUnmerge(sourceElement, parentElement, saveMode)

Parameters

sourceElement
A System.Configuration.ConfigurationElement object at the current level containing a merged view of the properties.
parentElement
The parent System.Configuration.ConfigurationElement object, or a a null reference (Nothing in Visual Basic) reference 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

CustomProviderDataHelper<T> Class
CustomProviderDataHelper<T> Members

 

 


Send Comment