C# Class TasksPlugin.ViewModels.TaskDetailsViewModel

Inheritance: Caliburn.Micro.Screen
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetScreenshot ( ) : void
SetImage ( byte byteArray ) : void
UpdateResponses ( ) : void
UpdateTaskStatus ( ) : void

Method Details

DeleteTask() public method

public DeleteTask ( ) : void
return void

MediaReceived() public method

public MediaReceived ( string contentId, byte content, Service aService ) : void
contentId string
content byte
aService Service
return void

OpenScreenshot() public method

public OpenScreenshot ( ) : void
return void

TakeScreenshotMap() public method

public TakeScreenshotMap ( ) : void
return void

TaskDetailsViewModel() public method

public TaskDetailsViewModel ( ) : System
return System