Table of Contents

Class EventStatisticGroup

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class EventStatisticGroup
Inheritance
EventStatisticGroup
Inherited Members
Extension Methods

Constructors

EventStatisticGroup()

public EventStatisticGroup()

Properties

Items

public IEnumerable<EventStatisticItem> Items { get; set; }

Property Value

IEnumerable<EventStatisticItem>

Name

public string Name { get; set; }

Property Value

string

Sum

public int Sum { get; }

Property Value

int