C# Class Gtd.ActionDueDateMoved

Inheritance: Event, ITrustedSystemEvent
Afficher le fichier Open project: beingtheworst/btw-gtd

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ActionDueDateMoved ( ) : System
ActionDueDateMoved ( TrustedSystemId id, ActionId actionId, System.DateTime oldDueDate, System.DateTime newDueDate ) : System

Method Details

ActionDueDateMoved() public méthode

public ActionDueDateMoved ( ) : System
Résultat System

ActionDueDateMoved() public méthode

public ActionDueDateMoved ( TrustedSystemId id, ActionId actionId, System.DateTime oldDueDate, System.DateTime newDueDate ) : System
id TrustedSystemId
actionId ActionId
oldDueDate System.DateTime
newDueDate System.DateTime
Résultat System