C# Class JelloScrum.Model.Entities.SprintStory

Inheritance: ModelBase
Afficher le fichier Open project: auxilium/JelloScrum Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

SprintStory() public méthode

Initializes a new instance of the SprintStory class.
public SprintStory ( ) : System
Résultat System

SprintStory() public méthode

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.
Résultat System