C# Class Gtd.ActionCompleted

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

Private Properties

Property Type Description

Public Methods

Method Description
ActionCompleted ( ) : System
ActionCompleted ( TrustedSystemId id, ActionId actionId, ProjectId projectId, string actionOutcome, System.DateTime timeUtc ) : System

Method Details

ActionCompleted() public method

public ActionCompleted ( ) : System
return System

ActionCompleted() public method

public ActionCompleted ( TrustedSystemId id, ActionId actionId, ProjectId projectId, string actionOutcome, System.DateTime timeUtc ) : System
id TrustedSystemId
actionId ActionId
projectId ProjectId
actionOutcome string
timeUtc System.DateTime
return System