C# Class Gtd.ChangeActionOutcome

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

Private Properties

Property Type Description

Public Methods

Method Description
ChangeActionOutcome ( ) : System
ChangeActionOutcome ( TrustedSystemId id, ActionId actionId, string outcome ) : System

Method Details

ChangeActionOutcome() public method

public ChangeActionOutcome ( ) : System
return System

ChangeActionOutcome() public method

public ChangeActionOutcome ( TrustedSystemId id, ActionId actionId, string outcome ) : System
id TrustedSystemId
actionId ActionId
outcome string
return System