PropertyNode Class |
Namespace: Slash.Unity.DataBind.Core.Utils
The PropertyNode type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyNode | Initializes a new instance of the PropertyNode class |
| Name | Description | |
|---|---|---|
| CanValueChange |
Indicates if this the value of this node can change.
(Overrides NodeTypeInfoCanValueChange.) | |
| Property |
Property info.
|
| Name | Description | |
|---|---|---|
| GetValue |
Returns the value using the type info on the specified object.
(Overrides NodeTypeInfoGetValue(Object).) | |
| SetValue |
Set the value of the member in the specified object to the specified value.
(Overrides NodeTypeInfoSetValue(Object, Object).) |