C# Class Gtd.ActionDueDateMoved

Inheritance: Event, ITrustedSystemEvent
Show file Open project: beingtheworst/btw-gtd

Private Properties

Property Type Description

Public Methods

Method Description
ActionDueDateMoved ( ) : System
ActionDueDateMoved ( TrustedSystemId id, ActionId actionId, System.DateTime oldDueDate, System.DateTime newDueDate ) : System

Method Details

ActionDueDateMoved() public method

public ActionDueDateMoved ( ) : System
return System

ActionDueDateMoved() public method

public ActionDueDateMoved ( TrustedSystemId id, ActionId actionId, System.DateTime oldDueDate, System.DateTime newDueDate ) : System
id TrustedSystemId
actionId ActionId
oldDueDate System.DateTime
newDueDate System.DateTime
return System