Table of Contents

Class NestedBalanceGroup

Namespace
Lers.Models
Assembly
Lers.Models.dll

Описывает вложенную балансовую группу.

public class NestedBalanceGroup
Inheritance
NestedBalanceGroup
Inherited Members
Extension Methods

Properties

ChildId

Идентификатор дочерней балансовой группы.

public int ChildId { get; set; }

Property Value

int

ParentId

Идентификатор родительской балансовой группы.

public int ParentId { get; set; }

Property Value

int