Skip to content

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

NameSummary
.ctorAn object that decribes the tracking information for a target object's property.

Properties

NameSummary
EqualityContract
GetterGets function that gets the value of the property.
SetterGets action that sets the value of the property.
IsDefaultSpecifiedGets a value indicating whether indicates if a default value is provided for the property.
DefaultValueGets the value that will be applied to a tracked property if no existing persisted data is found.

Methods

NameSummary
ToString
PrintMembers
GetHashCode
Equals
Deconstruct

Operators

NameSummary
static op_Inequality
static op_Equality
Inherited members