Table of Contents

Class PreparedBlankUnitRecordsEventArgs

Namespace
Acuit.Pinpoint.Server
Assembly
Acuit.Pinpoint.Server.Interfaces.dll

Arguments passed to the PreparedBlankUnitRecords event.

public class PreparedBlankUnitRecordsEventArgs : EventArgs
Inheritance
PreparedBlankUnitRecordsEventArgs
Inherited Members

Constructors

PreparedBlankUnitRecordsEventArgs(ISchedule)

Initializes a new instance of the PreparedBlankUnitRecordsEventArgs class.

public PreparedBlankUnitRecordsEventArgs(ISchedule schedule)

Parameters

schedule ISchedule

The schedule.

Properties

Schedule

Gets the schedule.

public ISchedule Schedule { get; }

Property Value

ISchedule