C# 클래스 Gtd.Client.Models.ImmutableAction

파일 보기 프로젝트 열기: beingtheworst/btw-gtd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActionId ActionId
Archived bool
Completed bool
DueDate System.DateTime
Outcome string
ProjectId ProjectId
StartDate System.DateTime
UIKey string

공개 메소드들

메소드 설명
ImmutableAction ( string uiKey, ActionId actionId, string outcome, bool completed, bool archived, ProjectId projectId, System.DateTime startDate, System.DateTime dueDate ) : System

메소드 상세

ImmutableAction() 공개 메소드

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
리턴 System

프로퍼티 상세

ActionId 공개적으로 프로퍼티

public ActionId ActionId
리턴 ActionId

Archived 공개적으로 프로퍼티

public bool Archived
리턴 bool

Completed 공개적으로 프로퍼티

public bool Completed
리턴 bool

DueDate 공개적으로 프로퍼티

public DateTime,System DueDate
리턴 System.DateTime

Outcome 공개적으로 프로퍼티

public string Outcome
리턴 string

ProjectId 공개적으로 프로퍼티

public ProjectId ProjectId
리턴 ProjectId

StartDate 공개적으로 프로퍼티

public DateTime,System StartDate
리턴 System.DateTime

UIKey 공개적으로 프로퍼티

public string UIKey
리턴 string