Click or drag to resize

Property Class

Data property to monitor if a data value changed.
Inheritance Hierarchy

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

The Property type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsInitialized
Indicates if data provider is initialized to provide a valid value.
Public propertyValue
Current data value.
Top
Methods
  NameDescription
Protected methodOnValueChanged
Should be called after the data value changed.
Top
Events
  NameDescription
Public eventValueChanged
Called when the value of the property changed.
Top
See Also