Click or drag to resize

BindableBase Class

Inheritance Hierarchy
SystemObject
  Micros.PosCore.GuestProfile.MvvmToolsBindableBase
    More...

Namespace:  Micros.PosCore.GuestProfile.MvvmTools
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public class BindableBase : INotifyPropertyChanged

The BindableBase type exposes the following members.

Constructors
  NameDescription
Public methodBindableBase
Initializes a new instance of the BindableBase class
Top
Properties
  NameDescription
Protected propertyThrowOnInvalidPropertyName
Returns whether an exception is thrown, or if a Debug.Fail() is used when an invalid property name is passed to the VerifyPropertyName method. The default value is false, but subclasses used by unit tests might override this property's getter to return true.
Top
Methods
  NameDescription
Protected methodOnPropertyChanged
Call PropertyChanged event delegate
Protected methodSetPropertyT
Set value of member and raise PropertyChanged event
Public methodVerifyPropertyName
Warns the developer if this object does not have a public property with the specified name. This method does not exist in a Release build.
Top
Events
  NameDescription
Public eventPropertyChanged
Property changed event
Top
See Also
Inheritance Hierarchy