ChangeTrackingPropertyBag Methods
The ChangeTrackingPropertyBag type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
AcceptChanges |
Marks all fields as unchanged by storing them in the original values collection.
|
|
|
ChangedProperties |
Implementors need to override this to return the indicated value.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
Get<(Of <<'(T>)>>) |
Fetches a value, returning Default(T) if it doesn't exist.
(Inherited from PropertyBagBase.) |
|
|
GetDefault<(Of <<'(T>)>>) |
Fetches a value, using the default value it if it doesn't exist.
(Inherited from PropertyBagBase.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetInternalValues | |
|
|
GetNew<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>), String) |
Fetches a value, creating it if it doesn't exist.
(Inherited from PropertyBagBase.) |
|
|
GetNew<(Of <<'(T>)>>)(String) |
Fetches a value, creating it if it doesn't exist.
(Inherited from PropertyBagBase.) |
|
|
GetPreviousValue |
Gets the previous value for the indicated property.
|
|
|
GetPropertyIndex |
Gets the index of the property.
(Inherited from PropertyBagBase.) |
|
|
GetType | (Inherited from Object.) |
|
|
GetValue |
Implementors need to override this to return the indicated value.
|
|
|
IsChangedGraph |
Determines whether any objects have unsaved changed in the graph.
|
|
|
IsDefined |
This property indicates whether or not the associated property was created.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnRevalidateObject |
Triggers the RevalidateObject event.
(Inherited from PropertyBagBase.) |
|
|
OnRevalidateProperty |
Triggers the RevalidateProperty event.
(Inherited from PropertyBagBase.) |
|
|
RejectChanges |
Replaces the current values collection with the original values collection.
|
|
|
RevalidateAll |
Uses the property metadata to trigger validation on all model properties. Then requests validation on the object itself.
(Inherited from PropertyBagBase.) |
|
|
Set(Nullable<(Of <<'(Object>)>>), PropertySetModes, String, Nullable<(Of <<'(Object>)>>)%) |
Implementors need to override this to save the indicated value.
|
|
|
Set(Nullable<(Of <<'(Object>)>>), PropertySetModes, String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |
|
|
Set(Nullable<(Of <<'(Object>)>>), String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |
|
|
Set<(Of <<'(T>)>>)(T, ValueChanged<(Of <<'(T>)>>), String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |
|
|
Set<(Of <<'(T>)>>)(T, PropertyChangedEventHandler, String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |
|
|
Set<(Of <<'(T>)>>)(T, NotifyCollectionChangedEventHandler, String) |
Set the indicated property to the value.
If the value doesn't match the previous value, or if there is no previous value, raise a property changed notification.
(Inherited from PropertyBagBase.) |
|
|
SetInternalValues |
Replaces the internal values array.
|
|
|
ToString | (Inherited from Object.) |
|
|
UpdateIsChangedLocal()()()() |
Updates the IsChangedLocal flag by recomparing all properties.
|

