C# Class Gtd.Client.Models.ImmutableAction

Show file Open project: beingtheworst/btw-gtd Class Usage Examples

Public Properties

Property Type Description
ActionId ActionId
Archived bool
Completed bool
DueDate System.DateTime
Outcome string
ProjectId ProjectId
StartDate System.DateTime
UIKey string

Public Methods

Method Description
ImmutableAction ( string uiKey, ActionId actionId, string outcome, bool completed, bool archived, ProjectId projectId, System.DateTime startDate, System.DateTime dueDate ) : System

Method Details

ImmutableAction() public method

public ImmutableAction ( string uiKey, ActionId actionId, string outcome, bool completed, bool archived, ProjectId projectId, System.DateTime startDate, System.DateTime dueDate ) : System
uiKey string
actionId ActionId
outcome string
completed bool
archived bool
projectId ProjectId
startDate System.DateTime
dueDate System.DateTime
return System

Property Details

ActionId public property

public ActionId ActionId
return ActionId

Archived public property

public bool Archived
return bool

Completed public property

public bool Completed
return bool

DueDate public property

public DateTime,System DueDate
return System.DateTime

Outcome public property

public string Outcome
return string

ProjectId public property

public ProjectId ProjectId
return ProjectId

StartDate public property

public DateTime,System StartDate
return System.DateTime

UIKey public property

public string UIKey
return string