Click or drag to resize

RoutingRule Class

Represent the base class for Routing Rules
Inheritance Hierarchy

Namespace:  SMTPRouter.Models
Assembly:  SMTPRouter (in SMTPRouter.dll) Version: 1.0.0.4
Syntax
public abstract class RoutingRule : ObservableObjectBase

The RoutingRule type exposes the following members.

Constructors
  NameDescription
Public methodRoutingRule
Initializes a new instance of a RoutingRule
Public methodRoutingRule(Int32)
Initializes a new instance of a RoutingRule
Top
Properties
  NameDescription
Public propertyExecutionSequence
The Priority of the Rule. The lower the number is, the higher the priority is.
Public propertySmtpConfigurationKey
The Smtp Configuration Key
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMatch
Validates the Rule
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged (Inherited from ObservableObjectBase.)
Protected methodSetProperty``1 (Inherited from ObservableObjectBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from ObservableObjectBase.)
Top
See Also