AbnormalTimePeriod Class

Definition

Class representing Abnormal Time Period identified in diagnosis

public class AbnormalTimePeriod
type AbnormalTimePeriod = class
Public Class AbnormalTimePeriod
Inheritance
AbnormalTimePeriod

Constructors

AbnormalTimePeriod()

Initializes a new instance of the AbnormalTimePeriod class.

AbnormalTimePeriod(Nullable<DateTime>, Nullable<DateTime>, IList<DetectorAbnormalTimePeriod>, IList<Solution>)

Initializes a new instance of the AbnormalTimePeriod class.

Properties

EndTime

Gets or sets end time of the downtime

Events

Gets or sets list of Possible Cause of downtime

Solutions

Gets or sets list of proposed solutions

StartTime

Gets or sets start time of the downtime

Applies to