C# Class Gtd.ProvideDueDateForAction

Inheritance: Command, ITrustedSystemCommand
Show file Open project: beingtheworst/btw-gtd

Private Properties

Property Type Description

Public Methods

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

Method Details

ProvideDueDateForAction() public method

public ProvideDueDateForAction ( ) : System
return System

ProvideDueDateForAction() public method

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