MemberIdMatchExpression Class

This is used to hold the member ID match expression settings

Definition

Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.2.18.0
public class MemberIdMatchExpression : INotifyPropertyChanged
Inheritance
Object    MemberIdMatchExpression
Implements
INotifyPropertyChanged

Constructors

MemberIdMatchExpressionInitializes a new instance of the MemberIdMatchExpression class

Properties

ErrorMessage This read-only property returns an error message describing any issues with the settings
MatchAsRegEx Match and replace the member ID using a regular expression
MatchExpression The member ID expression to match
RegularExpression This read-only property returns a Regex for the expression if it should be matched as a regular expression or null if not.
ReplacementValue The replacement member ID value

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged This raises the PropertyChanged event
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged The property changed event

See Also