C# Class JelloScrum.Model.Entities.SprintStory

Inheritance: ModelBase
Mostra file Open project: auxilium/JelloScrum Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the SprintStory class.
public SprintStory ( ) : System
return System

SprintStory() public method

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.
return System