C# 클래스 CalDavSynchronizer.Ui.Reports.ViewModels.ReportViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateException string
OpenAEntity void
OpenBEntity void
OpenEntityWithLoadError void

공개 메소드들

메소드 설명
CreateDesignInstance ( bool hasWarnings = false, bool hasErrors = false ) : ReportViewModel
Delete ( ) : void
ReportViewModel ( ReportProxy reportProxy, ISynchronizationReportRepository reportRepository, IReportViewModelParent parent ) : System

비공개 메소드들

메소드 설명
CreateException ( string message ) : string
OpenAEntity ( EntitySynchronizationReport entitySynchronizationReport ) : void
OpenBEntity ( EntitySynchronizationReport entitySynchronizationReport ) : void
OpenEntityWithLoadError ( LoadError loadError ) : void

메소드 상세

CreateDesignInstance() 공개 정적인 메소드

public static CreateDesignInstance ( bool hasWarnings = false, bool hasErrors = false ) : ReportViewModel
hasWarnings bool
hasErrors bool
리턴 ReportViewModel

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

ReportViewModel() 공개 메소드

public ReportViewModel ( ReportProxy reportProxy, ISynchronizationReportRepository reportRepository, IReportViewModelParent parent ) : System
reportProxy ReportProxy
reportRepository ISynchronizationReportRepository
parent IReportViewModelParent
리턴 System