Property Class |
Namespace: Slash.Unity.DataBind.Core.Data
The Property type exposes the following members.
| Name | Description | |
|---|---|---|
| Property |
Constructor.
| |
| Property(Object) |
Constructor.
|
| Name | Description | |
|---|---|---|
| IsInitialized |
Indicates if data provider is initialized to provide a valid value.
| |
| Value |
Current data value.
|
| Name | Description | |
|---|---|---|
| OnValueChanged |
Should be called after the data value changed.
|
| Name | Description | |
|---|---|---|
| ValueChanged |
Called when the value of the property changed.
|