C# Class Gtd.Client.Models.ImmutableAction

ファイルを表示 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_oe property

public ActionId ActionId
return ActionId

Archived public_oe property

public bool Archived
return bool

Completed public_oe property

public bool Completed
return bool

DueDate public_oe property

public DateTime,System DueDate
return System.DateTime

Outcome public_oe property

public string Outcome
return string

ProjectId public_oe property

public ProjectId ProjectId
return ProjectId

StartDate public_oe property

public DateTime,System StartDate
return System.DateTime

UIKey public_oe property

public string UIKey
return string