C# Класс JelloScrum.Model.Entities.Project

Наследование: ModelBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
AddSprint ( JelloScrum.Model.Entities.Sprint sprint ) : void

Adds the given sprint

AddStory ( Story story ) : void

Adds the given story

GetAllOpenSprints ( ) : IList

Gets all open sprints

GetAllPlannableStories ( ) : IList

Gets all stories that can be planned.

GetAllStoriesWithUndefinedPriorities ( ) : IList

Gets all stories without a priority.

Project ( ) : System.Collections.Generic

Initializes a new instance of the Project class.

Project ( string name, string description ) : System.Collections.Generic

Initializes a new instance of the Project class with the given name and description.

Описание методов

AddSprint() публичный Метод

Adds the given sprint
public AddSprint ( JelloScrum.Model.Entities.Sprint sprint ) : void
sprint JelloScrum.Model.Entities.Sprint The sprint.
Результат void

AddStory() публичный Метод

Adds the given story
public AddStory ( Story story ) : void
story Story The story.
Результат void

GetAllOpenSprints() публичный Метод

Gets all open sprints
public GetAllOpenSprints ( ) : IList
Результат IList

GetAllPlannableStories() публичный Метод

Gets all stories that can be planned.
public GetAllPlannableStories ( ) : IList
Результат IList

GetAllStoriesWithUndefinedPriorities() публичный Метод

Gets all stories without a priority.
public GetAllStoriesWithUndefinedPriorities ( ) : IList
Результат IList

Project() публичный Метод

Initializes a new instance of the Project class.
public Project ( ) : System.Collections.Generic
Результат System.Collections.Generic

Project() публичный Метод

Initializes a new instance of the Project class with the given name and description.
public Project ( string name, string description ) : System.Collections.Generic
name string The naam.
description string The description.
Результат System.Collections.Generic