Table of Contents

Class LinkTree

Namespace
Ascon.Polynom.Web.Api.Data.Models.TreeView
Assembly
Ascon.Polynom.Web.Api.Data.dll

Дерево связей.

public class LinkTree : ILinkTree
Inheritance
LinkTree
Implements
Inherited Members

Constructors

LinkTree()

public LinkTree()

Properties

Children

Возвращает коллекцию связей дерева.

public List<ILinkTreeNode> Children { get; }

Property Value

List<ILinkTreeNode>

TotalElementsCount

Возвращает общее количество связанных элементов.

public int TotalElementsCount { get; set; }

Property Value

int