Table of Contents

Constructor TimeRangeSectionValidator

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

TimeRangeSectionValidator()

Initializes a new instance of the TimeRangeSectionValidator class.

public TimeRangeSectionValidator()

TimeRangeSectionValidator(FieldDescriptorID, FieldDescriptorID)

Initializes a new instance of the TimeRangeSectionValidator class with the specified start and end time.

public TimeRangeSectionValidator(FieldDescriptorID startTimeID, FieldDescriptorID endTimeID)

Parameters

startTimeID FieldDescriptorID

The field descriptor ID of the start time field.

endTimeID FieldDescriptorID

The field descriptor ID of the end time field.