C# Class TeamMentor.CoreLib.JsTreeNode

Inheritance: System.MarshalByRefObject
Show file Open project: TeamMentor/Master Class Usage Examples

Public Methods

Method Description
JsTreeNode ( ) : System
JsTreeNode ( string title ) : System
JsTreeNode ( string title, string id ) : System
ToString ( ) : string

Method Details

JsTreeNode() public method

public JsTreeNode ( ) : System
return System

JsTreeNode() public method

public JsTreeNode ( string title ) : System
title string
return System

JsTreeNode() public method

public JsTreeNode ( string title, string id ) : System
title string
id string
return System

ToString() public method

public ToString ( ) : string
return string