Click or drag to resize

NodeTypeInfo Class

Base class for member type info.
Inheritance Hierarchy

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

The NodeTypeInfo type exposes the following members.

Constructors
  NameDescription
Protected methodNodeTypeInfo
Initializes a new instance of the NodeTypeInfo class
Top
Properties
  NameDescription
Public propertyCanHaveChildren
Indicates if the node can have children.
Public propertyCanValueChange
Indicates if this the value of this node can change.
Public propertyType
Type of member.
Top
Methods
  NameDescription
Public methodGetValue
Returns the value using the type info on the specified object.
Public methodSetValue
Set the value of the member in the specified object to the specified value.
Top
See Also