Class RemoteUiStorage.RemoteUiTreeNodeItem
public class RemoteUiStorage.RemoteUiTreeNodeItem
- Inheritance
-
RemoteUiStorage.RemoteUiTreeNodeItem
- Inherited Members
- Extension Methods
Constructors
RemoteUiTreeNodeItem()
public RemoteUiTreeNodeItem()
Properties
GetValue
public Func<string> GetValue { get; set; }
Property Value
TreeNode
public RemoteUiTreeNode TreeNode { get; set; }
Property Value
Methods
Create(RemoteUiTreeNode, Func<string>)
public static RemoteUiStorage.RemoteUiTreeNodeItem Create(RemoteUiTreeNode itm, Func<string> getValue)
Parameters
itm
RemoteUiTreeNodegetValue
Func<string>