C# Class Gtd.Client.Models.ClientModel.MutableProject

Afficher le fichier Open project: beingtheworst/btw-gtd

Méthodes publiques

Свойство Type Description
Actions List
UIKey string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Freeze ( ) : ImmutableProject
MutableProject ( ProjectId projectId, string outcome, ProjectType type ) : System
OutcomeChanged ( string outcome ) : void
TypeChanged ( ProjectType type ) : void

Method Details

Freeze() public méthode

public Freeze ( ) : ImmutableProject
Résultat ImmutableProject

MutableProject() public méthode

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

OutcomeChanged() public méthode

public OutcomeChanged ( string outcome ) : void
outcome string
Résultat void

TypeChanged() public méthode

public TypeChanged ( ProjectType type ) : void
type ProjectType
Résultat void

Property Details

Actions public_oe property

public List Actions
Résultat List

UIKey public_oe property

public string UIKey
Résultat string