C# Class MyTaskCheckList.Assignment

Simple object that represents an assignment. Using it to keep track of the assignment properties including when it is dirty.
ファイルを表示 Open project: OfficeDev/Project-Samples Class Usage Examples

Public Methods

Method Description
Assignment ( string taskName, System.Guid taskID, bool taskDone ) : System
ToString ( ) : string

Method Details

Assignment() public method

public Assignment ( string taskName, System.Guid taskID, bool taskDone ) : System
taskName string
taskID System.Guid
taskDone bool
return System

ToString() public method

public ToString ( ) : string
return string