public AssetViewNode(long id, string text, AssetViewNodeType type, object data) { _text = text; _id = id; _type = type; _data = data; }
public AssetViewNode(long id, string text, AssetViewNodeType type) { _text = text; _id = id; _type = type; }