C# Class ZForge.Controls.TreeViewAdv.Tree.NodeControls.BindableControl

Inheritance: NodeControl
Datei anzeigen Open project: zhuangyy/Motion

Private Properties

Property Type Description
GetMemberAdapter MemberAdapter
OnValueNeeded void
OnValuePushed void

Public Methods

Method Description
GetPropertyType ( TreeNodeAdv node ) : Type
GetValue ( TreeNodeAdv node ) : object
SetValue ( TreeNodeAdv node, object value ) : void
ToString ( ) : string

Private Methods

Method Description
GetMemberAdapter ( TreeNodeAdv node ) : MemberAdapter
OnValueNeeded ( NodeControlValueEventArgs args ) : void
OnValuePushed ( NodeControlValueEventArgs args ) : void

Method Details

GetPropertyType() public method

public GetPropertyType ( TreeNodeAdv node ) : Type
node TreeNodeAdv
return System.Type

GetValue() public method

public GetValue ( TreeNodeAdv node ) : object
node TreeNodeAdv
return object

SetValue() public method

public SetValue ( TreeNodeAdv node, object value ) : void
node TreeNodeAdv
value object
return void

ToString() public method

public ToString ( ) : string
return string