Click or drag to resize

FieldNode Class

Type info for a field member.
Inheritance Hierarchy

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

The FieldNode type exposes the following members.

Constructors
  NameDescription
Public methodFieldNode
Initializes a new instance of the FieldNode class
Top
Properties
  NameDescription
Public propertyCanValueChange
Indicates if this the value of this node can change.
(Overrides NodeTypeInfoCanValueChange.)
Public propertyField
Field 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