C# Class Gtd.DueDateRemovedFromAction

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

Private Properties

Property Type Description

Public Methods

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

Method Details

DueDateRemovedFromAction() public method

public DueDateRemovedFromAction ( ) : System
return System

DueDateRemovedFromAction() public method

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