public class TreeNode
{
public bool Loaded = false;
public bool IsLeaf = false;
public string TypeName
{ get; set; }
public string Name
{ get; set; }
public string AliasNAME
{ get; set; }
public string ValueName
{ get; set; }
public string ValueAliasName
{ get; set; }
public string State
{ get; set; }
public string Icon
{ get; set; }
public object Source;
public List<TreeNode> ChildLst = new List<TreeNode>();
}
聯(lián)系客服