Share via


CustomValidatorData.Unmerge Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

Namespace:  Microsoft.Practices.EnterpriseLibrary.Validation.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)

Syntax

'Declaration
ProtectedOverridesSubUnmerge ( _
    sourceElementAs ConfigurationElement, _
    parentElementAs ConfigurationElement, _
    saveModeAs ConfigurationSaveMode _
)
protectedoverridevoidUnmerge(
    ConfigurationElement sourceElement,
    ConfigurationElement parentElement,
    ConfigurationSaveMode saveMode
)
protected:
virtualvoidUnmerge(
    ConfigurationElement^ sourceElement, 
    ConfigurationElement^ parentElement, 
    ConfigurationSaveMode saveMode
) override
protectedoverridefunctionUnmerge(
    sourceElement : ConfigurationElement, 
    parentElement : ConfigurationElement, 
    saveMode : ConfigurationSaveMode
)

Parameters

See Also

CustomValidatorData Class

Microsoft.Practices.EnterpriseLibrary.Validation.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.