C# 클래스 Gtd.Client.Models.ClientModel.MutableProject

파일 보기 프로젝트 열기: beingtheworst/btw-gtd

공개 프로퍼티들

프로퍼티 타입 설명
Actions List
UIKey string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Freeze ( ) : ImmutableProject
MutableProject ( ProjectId projectId, string outcome, ProjectType type ) : System
OutcomeChanged ( string outcome ) : void
TypeChanged ( ProjectType type ) : void

메소드 상세

Freeze() 공개 메소드

public Freeze ( ) : ImmutableProject
리턴 ImmutableProject

MutableProject() 공개 메소드

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

OutcomeChanged() 공개 메소드

public OutcomeChanged ( string outcome ) : void
outcome string
리턴 void

TypeChanged() 공개 메소드

public TypeChanged ( ProjectType type ) : void
type ProjectType
리턴 void

프로퍼티 상세

Actions 공개적으로 프로퍼티

public List Actions
리턴 List

UIKey 공개적으로 프로퍼티

public string UIKey
리턴 string