Table of Contents

Class SystemTypeCount

Namespace
Lers.Models
Assembly
Lers.Models.dll

Описывает количество точек учёта определённого типа.

public class SystemTypeCount
Inheritance
SystemTypeCount
Inherited Members
Extension Methods

Properties

Count

Количество точек учёта этого типа.

[Range(0, 100)]
public int Count { get; set; }

Property Value

int

SystemType

Тип системы.

public SystemType SystemType { get; set; }

Property Value

SystemType