Table of Contents

Class RemoteUiTreeNode

Namespace
Common.RemoteUi
Assembly
Lykke.Common.dll
public class RemoteUiTreeNode
Inheritance
RemoteUiTreeNode
Inherited Members
Extension Methods

Constructors

RemoteUiTreeNode()

public RemoteUiTreeNode()

Properties

Icon

Иконка

public string Icon { get; set; }

Property Value

string

Id

Id ноды

public string Id { get; set; }

Property Value

string

MasterId

public string MasterId { get; set; }

Property Value

string

Name

Имя ноды

public string Name { get; set; }

Property Value

string

TableId

public string TableId { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string

Methods

Create(string, string, string, string)

public static RemoteUiTreeNode Create(string name, string icon, string masterId = null, string tableId = null)

Parameters

name string
icon string
masterId string
tableId string

Returns

RemoteUiTreeNode