PropertyBagBase Members
The PropertyBagBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.Object) |
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.) |
![]() |
Get<(Of <<'(T>)>>) |
Fetches a value, returning Default(T) if it doesn't exist.
|
![]() |
GetDefault<(Of <<'(T>)>>) |
Fetches a value, using the default value it if it doesn't exist.
|
![]() |
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
![]() |
GetInternalValues |
Returns the internal values array.
|
![]() |
GetNew<(Of <<'(T>)>>)(Func<(Of <<'(T>)>>), String) |
Fetches a value, creating it if it doesn't exist.
|
![]() |
GetNew<(Of <<'(T>)>>)(String) |
Fetches a value, creating it if it doesn't exist.
|
![]() |
GetPropertyIndex |
Gets the index of the property.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetValue |
Implementors need to override this to return the indicated value.
|
![]() |
IsDefined |
This property indicates whether or not the associated property was created.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnPropertyChanged(PropertyMetadata) |
Triggers the PropertyChanged event.
|
![]() |
OnPropertyChanged(String) |
Triggers the PropertyChanged event.
|
![]() |
OnPropertyChanging(PropertyMetadata) |
Triggers the PropertyChanging event.
|
![]() |
OnPropertyChanging(String) |
Triggers the PropertyChanged event.
|
![]() |
OnRevalidateObject |
Triggers the RevalidateObject event.
|
![]() |
OnRevalidateProperty |
Triggers the RevalidateProperty event.
|
![]() |
RevalidateAll |
Uses the property metadata to trigger validation on all model properties. Then requests validation on the object itself.
|
![]() |
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.
|
![]() |
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.
|
![]() |
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.
|
![]() |
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.
|
![]() |
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.
|
![]() |
SetInternalValues |
Replaces the internal values array.
|
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged |
This fires for each changed property.
|
![]() |
PropertyChanging |
Occurs just before a property value is changed.
|
![]() |
RevalidateObject |
This fires after one or more properties have been changed and their corresponding RevalidateProperty events have been handled.
|
![]() |
RevalidateProperty |
This fires after one or more properties have been changed.
|