Class AvailPeriodModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Availability
Type: String. The availability type of this period. Contains one of the contants in Availability.
Declaration
public string Availability { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
AvailabilityDetails
Type: String. Contains a textual description of the reason for the availability status.
Declaration
public string AvailabilityDetails { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
EndDate
Type: Date. The end of the period. This date is exclsive; it marks the end of period as is not included.
Declaration
public DateTime EndDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
StartDate
Type: Date. The start of the period. This date is inclive; It is included in the period.
Declaration
public DateTime StartDate { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime |