TrackedPropertyInfo record¶
Defined in
Namespace: CrissCross.WPF.UI.Configuration
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Configuration.TrackedPropertyInfo
Modifiers: public
Summary¶
An object that decribes the tracking information for a target object's property.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class TrackedPropertyInfo
class IEquatable~TrackedPropertyInfo~ {
<>
}
IEquatable~TrackedPropertyInfo~ <|.. TrackedPropertyInfo
Implements: IEquatable
Constructors¶
| Name | Summary |
|---|---|
| .ctor | An object that decribes the tracking information for a target object's property. |
Properties¶
| Name | Summary |
|---|---|
| EqualityContract | |
| Getter | Gets function that gets the value of the property. |
| Setter | Gets action that sets the value of the property. |
| IsDefaultSpecified | Gets a value indicating whether indicates if a default value is provided for the property. |
| DefaultValue | Gets the value that will be applied to a tracked property if no existing persisted data is found. |
Methods¶
| Name | Summary |
|---|---|
| ToString | |
| PrintMembers | |
| GetHashCode | |
| Equals | |
| Deconstruct |
Operators¶
| Name | Summary |
|---|---|
| static op_Inequality | |
| static op_Equality |