Class GroupStatistics
Представляет статистику группы.
public class GroupStatistics : IGroupStatistics
- Inheritance
-
GroupStatistics
- Implements
- Inherited Members
Constructors
GroupStatistics()
public GroupStatistics()
Properties
AllObjectsCount
Количество объектов в т.ч. из подгрупп на всех уровнях вложенности.
public int AllObjectsCount { get; set; }
Property Value
GroupsCount
Количество дочерних групп.
public int GroupsCount { get; set; }
Property Value
ObjectsCount
Количество объектов группы.
public int ObjectsCount { get; set; }
Property Value
SubGroupsCount
Количество входящих подгрупп на всех уровнях вложенности.
public int SubGroupsCount { get; set; }