C# Class Gtd.DefineAction

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

Private Properties

Property Type Description

Public Methods

Method Description
DefineAction ( ) : System
DefineAction ( TrustedSystemId id, RequestId requestId, ProjectId projectId, string outcome ) : System

Method Details

DefineAction() public method

public DefineAction ( ) : System
return System

DefineAction() public method

public DefineAction ( TrustedSystemId id, RequestId requestId, ProjectId projectId, string outcome ) : System
id TrustedSystemId
requestId RequestId
projectId ProjectId
outcome string
return System