CustomMatchingRuleData.Reset Method

Resets the internal state of the CustomMatchingRuleData object, including the locks and the properties collection.

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 Reset(
    ConfigurationElement parentElement
)
'Declaration
Protected Overrides Sub Reset ( 
    parentElement As ConfigurationElement
)
protected:
virtual void Reset(
    ConfigurationElement^ parentElement
) override

Parameters

See Also

CustomMatchingRuleData Class

CustomMatchingRuleData Members

Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration Namespace