C# Class GoInsp.ViewModel.PerformInspectionViewModel

Inheritance: BaseViewModel
Datei anzeigen Open project: robhendriks/goinsp

Private Properties

Property Type Description
CheckInternetConnection bool
DeleteFile void
GetAttachments void
InitAzure void
SetOptionalForQuestion void
SetSelectedAnswerVoid void
Upload void
toggle void

Public Methods

Method Description
AddFile ( ) : void
PerformInspectionViewModel ( ) : System
PopulateQuestions ( ) : void
Save ( ) : void

Private Methods

Method Description
CheckInternetConnection ( ) : bool
DeleteFile ( String name ) : void
GetAttachments ( ) : void
InitAzure ( ) : void
SetOptionalForQuestion ( long id ) : void
SetSelectedAnswerVoid ( Answer value ) : void
Upload ( ) : void
toggle ( IAsyncResult result ) : void

Method Details

AddFile() public method

public AddFile ( ) : void
return void

PerformInspectionViewModel() public method

public PerformInspectionViewModel ( ) : System
return System

PopulateQuestions() public method

public PopulateQuestions ( ) : void
return void

Save() public method

public Save ( ) : void
return void