[SerializableAttribute]
public class BindableCore : INotifyPropertyChanged
<SerializableAttribute>
Public Class BindableCore
Implements INotifyPropertyChanged
BindableCore | Initializes a new instance of the BindableCore class |
RaisePropertyChanged | Invoke the PropertyChanged event. |
SetPropertyT | Compares the current and new values for a given property. If the value has changed, raises the PropertyChanging event, updates the property with the new value, then raises the PropertyChanged event. |
PropertyChanged | Event informing of updated property. |
PropertyChanging | Event informing that the property is changing. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |