C# 클래스 GPS.ViewModels.OcrViewModelBase

Base class for at least some of the view model classes used in the OcrTestClient project. Since view models commonly need access to OcrData and OcrConversionStateManager instances we collected that commonality here.
상속: GPS.Utils.ModelBase
파일 보기 프로젝트 열기: ProjPossibility/CSUN-MobileMapMagnifier

공개 메소드들

메소드 설명
OcrViewModelBase ( OcrData ocrData, OcrConversionStateManager ocrConversionStateManager ) : System

Initializes a new instance of the OcrViewModelBase class.

메소드 상세

OcrViewModelBase() 공개 메소드

Initializes a new instance of the OcrViewModelBase class.
public OcrViewModelBase ( OcrData ocrData, OcrConversionStateManager ocrConversionStateManager ) : System
ocrData GPS.Data.OcrData /// A reference to the OcrData instance that stores the /// photo stream and the text obtained after the OCR conversion. ///
ocrConversionStateManager GPS.Data.OcrConversionStateManager /// A reference to the OcrConversionStateManager instance that stores the /// status of the last OCR conversion. ///
리턴 System