C# Class Gtd.Client.Models.ImmutableProjectInfo

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

Public Properties

Property Type Description
Outcome string
ProjectId ProjectId
Type ProjectType
UIKey string

Public Methods

Method Description
ImmutableProjectInfo ( ProjectId projectId, string outcome, ProjectType type, string uiKey ) : System

Method Details

ImmutableProjectInfo() public method

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

Property Details

Outcome public property

public string Outcome
return string

ProjectId public property

public ProjectId ProjectId
return ProjectId

Type public property

public ProjectType Type
return ProjectType

UIKey public property

public string UIKey
return string