C# Class MilkShakeFramework.Core.Node

Inheritance: INode
Datei anzeigen Open project: lucas-jones/MilkShake-old

Public Methods

Method Description
Destroy ( ) : void
Node ( string name = null ) : System
SetParent ( ITreeNode node ) : void
SetValueOrDefault ( int value, int defaultValue ) : int

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Node() public method

public Node ( string name = null ) : System
name string
return System

SetParent() public method

public SetParent ( ITreeNode node ) : void
node ITreeNode
return void

SetValueOrDefault() public method

public SetValueOrDefault ( int value, int defaultValue ) : int
value int
defaultValue int
return int