C# Class Gtd.Client.Models.ImmutableProjectInfo

Afficher le fichier Open project: beingtheworst/btw-gtd Class Usage Examples

Méthodes publiques

Свойство Type Description
Outcome string
ProjectId ProjectId
Type ProjectType
UIKey string

Méthodes publiques

Méthode Description
ImmutableProjectInfo ( ProjectId projectId, string outcome, ProjectType type, string uiKey ) : System

Method Details

ImmutableProjectInfo() public méthode

public ImmutableProjectInfo ( ProjectId projectId, string outcome, ProjectType type, string uiKey ) : System
projectId ProjectId
outcome string
type ProjectType
uiKey string
Résultat System

Property Details

Outcome public_oe property

public string Outcome
Résultat string

ProjectId public_oe property

public ProjectId ProjectId
Résultat ProjectId

Type public_oe property

public ProjectType Type
Résultat ProjectType

UIKey public_oe property

public string UIKey
Résultat string