Namespace MAT.Atlas.Api.Core.Presentation
Classes
BindableBase
Implementation of System.ComponentModel.INotifyPropertyChanged to simplify models.
CanBeNullAttribute
Indicates that the value of the marked element could be null
sometimes,
so the check for null
is necessary before its usage.
DisposableBindableBase
Implementation of INotifyOfDisposal with System.ComponentModel.INotifyPropertyChanged to simplify models.
NotifyPropertyChangedInvocatorAttribute
Indicates that the method is contained in a type that implements
System.ComponentModel.INotifyPropertyChanged
interface and this method
is used to notify that some property value changed.
NotNullAttribute
Indicates that the value of the marked element could never be null
.