Interface IStatusPageMember
- Namespace
- XENBIT.ResQueServe.Abstractions.Interfaces
- Assembly
- RQS.Abstractions.dll
Represents a unit associated with a status page. Will be grouped within other units by the value in Group.
public interface IStatusPageMember
Properties
Group
The group to which the unit belongs. Set new value or use existing. />.
string? Group { get; set; }
Property Value
Id
long Id { get; set; }
Property Value
SortNumber
Member will be sorted by this property, if set.
int SortNumber { get; set; }
Property Value
Unit
IUnitInfo? Unit { get; set; }