Namespace: Metalama.Patterns.Wpf.Configuration
Assembly: Metalama.Patterns.Wpf.dll
Syntax
[CompileTime]
public sealed record DependencyPropertyNamingConvention : ICompileTimeSerializable, IEquatable<DependencyPropertyNamingConvention>Constructors
| Name | Description |
|---|---|
| DependencyPropertyNamingConvention(string) |
Properties
| Name | Description |
|---|---|
| IsOnPropertyChangedRequired | Gets or sets a value indicating whether the |
| IsValidateRequired | Gets or sets a value indicating whether the |
| Name | |
| OnPropertyChangedPattern | Gets or sets a regular expression pattern used to identify a method invoked after the property has changed.
All occurrences of the substring |
| PropertyNamePattern | Gets or sets the regular expression pattern that will be evaluated against the name of the target property of the DependencyPropertyAttribute aspect.
The expression should yield a match group named |
| RegistrationFieldName | Gets or sets the name of the registration field to be introduced. The substring |
| ValidatePattern | Gets or sets a regular expression used to identify the method called before the property is changed to perform validation.
All occurrences of the substring |
Methods
| Name | Description |
|---|---|
| Equals(DependencyPropertyNamingConvention?) | |
| Equals(object?) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(DependencyPropertyNamingConvention?, DependencyPropertyNamingConvention?) | |
| operator !=(DependencyPropertyNamingConvention?, DependencyPropertyNamingConvention?) |