Member Id Match Expression Class
This is used to hold the member ID match expression settings
Definition
Namespace: SandcastleBuilder.PlugIns
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
Assembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2026.3.29.0
C#
public class MemberIdMatchExpression : INotifyPropertyChangedVB
Public Class MemberIdMatchExpression
Implements INotifyPropertyChangedC++
public ref class MemberIdMatchExpression : INotifyPropertyChangedF#
type MemberIdMatchExpression =
class
interface INotifyPropertyChanged
end- Inheritance
- Object MemberIdMatchExpression
- Implements
- INotifyPropertyChanged
Constructors
| MemberIdMatchExpression | Initializes 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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnPropertyChanged | This raises the PropertyChanged event |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Events
| PropertyChanged | The property changed event |