Click or drag to resize

ObjectNodeTypeInfo Class

Type info for an object.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.UtilsNodeTypeInfo
    Slash.Unity.DataBind.Core.UtilsObjectNodeTypeInfo

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

The ObjectNodeTypeInfo type exposes the following members.

Constructors
  NameDescription
Public methodObjectNodeTypeInfo
Constructor.
Top
Properties
  NameDescription
Public propertyCanValueChange
Indicates if this the value of this node can change.
(Overrides NodeTypeInfoCanValueChange.)
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