Class SystemTypeCount
Описывает количество точек учёта определённого типа.
public class SystemTypeCount
- Inheritance
-
SystemTypeCount
- Inherited Members
- Extension Methods
Properties
Count
Количество точек учёта этого типа.
[Range(0, 100)]
public int Count { get; set; }
Property Value
SystemType
Тип системы.
public SystemType SystemType { get; set; }