C# Class Dev2.Scheduler.EventInfo

Inheritance: IEventInfo
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
EventInfo ( System.DateTime startDate, System.TimeSpan duration, System.DateTime endDate, ScheduleRunStatus success, string eventId, string failureReason ) : System

Private Methods

Method Description
EventInfo ( System.DateTime startDate, System.TimeSpan duration, System.DateTime endDate, ScheduleRunStatus success, string eventId ) : System

Method Details

EventInfo() public method

public EventInfo ( System.DateTime startDate, System.TimeSpan duration, System.DateTime endDate, ScheduleRunStatus success, string eventId, string failureReason ) : System
startDate System.DateTime
duration System.TimeSpan
endDate System.DateTime
success ScheduleRunStatus
eventId string
failureReason string
return System