C# 클래스 GoInsp.ViewModel.PerformInspectionViewModel

상속: BaseViewModel
파일 보기 프로젝트 열기: robhendriks/goinsp

Private Properties

프로퍼티 타입 설명
CheckInternetConnection bool
DeleteFile void
GetAttachments void
InitAzure void
SetOptionalForQuestion void
SetSelectedAnswerVoid void
Upload void
toggle void

공개 메소드들

메소드 설명
AddFile ( ) : void
PerformInspectionViewModel ( ) : System
PopulateQuestions ( ) : void
Save ( ) : void

비공개 메소드들

메소드 설명
CheckInternetConnection ( ) : bool
DeleteFile ( String name ) : void
GetAttachments ( ) : void
InitAzure ( ) : void
SetOptionalForQuestion ( long id ) : void
SetSelectedAnswerVoid ( Answer value ) : void
Upload ( ) : void
toggle ( IAsyncResult result ) : void

메소드 상세

AddFile() 공개 메소드

public AddFile ( ) : void
리턴 void

PerformInspectionViewModel() 공개 메소드

public PerformInspectionViewModel ( ) : System
리턴 System

PopulateQuestions() 공개 메소드

public PopulateQuestions ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void