Table of Contents

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

string

Id

long Id { get; set; }

Property Value

long

SortNumber

Member will be sorted by this property, if set.

int SortNumber { get; set; }

Property Value

int

Unit

IUnitInfo? Unit { get; set; }

Property Value

IUnitInfo