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

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

Private Properties

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

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

Метод Описание
SprintStory ( ) : System

Initializes a new instance of the SprintStory class.

SprintStory ( JelloScrum.Model.Entities.Sprint sprint, Story story, System.TimeSpan schatting ) : System

Initializes a new instance of the SprintStory class.

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

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

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

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

Initializes a new instance of the SprintStory class.
public SprintStory ( JelloScrum.Model.Entities.Sprint sprint, Story story, System.TimeSpan schatting ) : System
sprint JelloScrum.Model.Entities.Sprint The sprint.
story Story The story.
schatting System.TimeSpan The schatting.
Результат System