CustomMatchingRuleData.Unmerge Method

Modifies the CustomMatchingRuleData object to remove all values that should not be saved.

Namespace: Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.PolicyInjection (in Microsoft.Practices.EnterpriseLibrary.PolicyInjection.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

protected override void Unmerge(
    ConfigurationElement sourceElement,
    ConfigurationElement parentElement,
    ConfigurationSaveMode saveMode
)
'Declaration
Protected Overrides Sub Unmerge ( 
    sourceElement As ConfigurationElement,
    parentElement As ConfigurationElement,
    saveMode As ConfigurationSaveMode
)
protected:
virtual void Unmerge(
    ConfigurationElement^ sourceElement, 
    ConfigurationElement^ parentElement, 
    ConfigurationSaveMode saveMode
) override

Parameters

See Also

CustomMatchingRuleData Class

CustomMatchingRuleData Members

Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration Namespace