public class MemberIdMatchExpression : INotifyPropertyChanged
Public Class MemberIdMatchExpression
Implements INotifyPropertyChanged
public ref class MemberIdMatchExpression : INotifyPropertyChanged
type MemberIdMatchExpression =
class
interface INotifyPropertyChanged
end
MemberIdMatchExpression | Initializes a new instance of the MemberIdMatchExpression class |
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 |
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) |
PropertyChanged | The property changed event |