C# Class Gtd.Client.Models.ImmutableProjectInfo

Mostrar archivo 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_oe property

public string Outcome
return string

ProjectId public_oe property

public ProjectId ProjectId
return ProjectId

Type public_oe property

public ProjectType Type
return ProjectType

UIKey public_oe property

public string UIKey
return string