C# Class MyTaskCheckList.Assignment

Simple object that represents an assignment. Using it to keep track of the assignment properties including when it is dirty.
Afficher le fichier Open project: OfficeDev/Project-Samples Class Usage Examples

Méthodes publiques

Méthode Description
Assignment ( string taskName, System.Guid taskID, bool taskDone ) : System
ToString ( ) : string

Method Details

Assignment() public méthode

public Assignment ( string taskName, System.Guid taskID, bool taskDone ) : System
taskName string
taskID System.Guid
taskDone bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string