C# Class Gtd.ActionOutcomeChanged

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

Private Properties

Property Type Description

Public Methods

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

Method Details

ActionOutcomeChanged() public method

public ActionOutcomeChanged ( ) : System
return System

ActionOutcomeChanged() public method

public ActionOutcomeChanged ( 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