C# Class SetGoal, btw-samples-productivity

Inheritance: ICommand
ファイルを表示 Open project: beingtheworst/btw-samples-productivity Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

SetGoal() public method

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