Click or drag to resize

PropertyNode Class

Type info for a property member.
Inheritance Hierarchy

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class PropertyNode : NodeTypeInfo

The PropertyNode type exposes the following members.

Constructors
  NameDescription
Public methodPropertyNode
Initializes a new instance of the PropertyNode class
Top
Properties
  NameDescription
Public propertyCanValueChange
Indicates if this the value of this node can change.
(Overrides NodeTypeInfoCanValueChange.)
Public propertyProperty
Property info.
Top
Methods
  NameDescription
Public methodGetValue
Returns the value using the type info on the specified object.
(Overrides NodeTypeInfoGetValue(Object).)
Public methodSetValue
Set the value of the member in the specified object to the specified value.
(Overrides NodeTypeInfoSetValue(Object, Object).)
Top
See Also