Click or drag to resize

NotifyPropertyChangedDataContext Class

Context to wrap a INotifyPropertyChanged data class.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.DataContext
    Slash.Unity.DataBind.Core.DataNotifyPropertyChangedDataContext

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class NotifyPropertyChangedDataContext : Context

The NotifyPropertyChangedDataContext type exposes the following members.

Constructors
  NameDescription
Public methodNotifyPropertyChangedDataContext
Constructor.
Top
Properties
  NameDescription
Public propertyDataObject
Data object this context wraps.
Top
See Also