ArcFM Engine Developer Guide
Unmerge Method (CustomPipelineRuleConfigurationElement)


A System.Configuration.ConfigurationElement object at the current level containing a merged view of the properties.
A parent System.Configuration.ConfigurationElement object or a null reference (Nothing in Visual Basic) if this is the top level.
One of the System.Configuration.ConfigurationSaveMode values.
Modifies the CustomPipelineRuleConfigurationElement object to remove all values that should not be saved.
Syntax
'Declaration
 
Protected Overrides Sub Unmerge( _
   ByVal sourceElement As ConfigurationElement, _
   ByVal parentElement As ConfigurationElement, _
   ByVal saveMode As ConfigurationSaveMode _
) 
'Usage
 
Dim instance As CustomPipelineRuleConfigurationElement
Dim sourceElement As ConfigurationElement
Dim parentElement As ConfigurationElement
Dim saveMode As ConfigurationSaveMode
 
instance.Unmerge(sourceElement, parentElement, saveMode)

Parameters

sourceElement
A System.Configuration.ConfigurationElement object at the current level containing a merged view of the properties.
parentElement
A parent System.Configuration.ConfigurationElement object or a null reference (Nothing in Visual Basic) if this is the top level.
saveMode
One of the System.Configuration.ConfigurationSaveMode values.
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

CustomPipelineRuleConfigurationElement Class
CustomPipelineRuleConfigurationElement Members

 

 


Send Comment