C# Class TasksPlugin.ViewModels.TaskDetailsViewModel

Inheritance: Caliburn.Micro.Screen
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
DeleteTask ( ) : void
MediaReceived ( string contentId, byte content, Service aService ) : void
OpenScreenshot ( ) : void
TakeScreenshotMap ( ) : void
TaskDetailsViewModel ( ) : System

Private Methods

Méthode Description
GetScreenshot ( ) : void
SetImage ( byte byteArray ) : void
UpdateResponses ( ) : void
UpdateTaskStatus ( ) : void

Method Details

DeleteTask() public méthode

public DeleteTask ( ) : void
Résultat void

MediaReceived() public méthode

public MediaReceived ( string contentId, byte content, Service aService ) : void
contentId string
content byte
aService Service
Résultat void

OpenScreenshot() public méthode

public OpenScreenshot ( ) : void
Résultat void

TakeScreenshotMap() public méthode

public TakeScreenshotMap ( ) : void
Résultat void

TaskDetailsViewModel() public méthode

public TaskDetailsViewModel ( ) : System
Résultat System