C# 클래스 JelloScrum.Model.Entities.SprintStory

상속: ModelBase
파일 보기 프로젝트 열기: auxilium/JelloScrum 1 사용 예제들

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