Share via


MatchingRuleElement Class

A configuration element representing a matching rule.

Namespace:  Microsoft.Practices.Unity.InterceptionExtension.Configuration
Assembly:  Microsoft.Practices.Unity.Interception.Configuration (in Microsoft.Practices.Unity.Interception.Configuration.dll)

Syntax

'Declaration
Public Class MatchingRuleElement _
    Inherits PolicyChildElement
public class MatchingRuleElement : PolicyChildElement
public ref class MatchingRuleElement : public PolicyChildElement
public class MatchingRuleElement extends PolicyChildElement

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.Practices.Unity.Configuration.ConfigurationHelpers.DeserializableConfigurationElement
      Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement
        Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElement

See Also

MatchingRuleElement Members

Microsoft.Practices.Unity.InterceptionExtension.Configuration Namespace