C# Class GoalSet, btw-samples-productivity

Inheritance: IEvent
Mostra file Open project: beingtheworst/btw-samples-productivity Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GoalSet ( GoalId Id, string description, DateTime startDate, int lengthOfGoalInDays, string user ) : System

Method Details

GoalSet() public method

public GoalSet ( GoalId Id, string description, DateTime startDate, int lengthOfGoalInDays, string user ) : System
Id GoalId
description string
startDate DateTime
lengthOfGoalInDays int
user string
return System