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

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

공개 프로퍼티들

프로퍼티 타입 설명
Outcome string
ProjectId ProjectId
Type ProjectType
UIKey string

공개 메소드들

메소드 설명
ImmutableProjectInfo ( ProjectId projectId, string outcome, ProjectType type, string uiKey ) : System

메소드 상세

ImmutableProjectInfo() 공개 메소드

public ImmutableProjectInfo ( ProjectId projectId, string outcome, ProjectType type, string uiKey ) : System
projectId ProjectId
outcome string
type ProjectType
uiKey string
리턴 System

프로퍼티 상세

Outcome 공개적으로 프로퍼티

public string Outcome
리턴 string

ProjectId 공개적으로 프로퍼티

public ProjectId ProjectId
리턴 ProjectId

Type 공개적으로 프로퍼티

public ProjectType Type
리턴 ProjectType

UIKey 공개적으로 프로퍼티

public string UIKey
리턴 string