C# 클래스 CalDavSynchronizer.NullCalDavSynchronizerCommands

상속: ICalDavSynchronizerCommands
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer

공개 프로퍼티들

프로퍼티 타입 설명
Instance ICalDavSynchronizerCommands

공개 메소드들

메소드 설명
ShowAbout ( ) : void
ShowGeneralOptions ( ) : System.Threading.Tasks.Task
ShowLatestSynchronizationReport ( System.Guid profileId ) : void
ShowOptions ( System.Guid initialVisibleProfile = null ) : System.Threading.Tasks.Task
ShowProfileStatuses ( ) : void
ShowReports ( ) : void
SynchronizeNowAsync ( ) : void

비공개 메소드들

메소드 설명
NullCalDavSynchronizerCommands ( ) : System

메소드 상세

ShowAbout() 공개 메소드

public ShowAbout ( ) : void
리턴 void

ShowGeneralOptions() 공개 메소드

public ShowGeneralOptions ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ShowLatestSynchronizationReport() 공개 메소드

public ShowLatestSynchronizationReport ( System.Guid profileId ) : void
profileId System.Guid
리턴 void

ShowOptions() 공개 메소드

public ShowOptions ( System.Guid initialVisibleProfile = null ) : System.Threading.Tasks.Task
initialVisibleProfile System.Guid
리턴 System.Threading.Tasks.Task

ShowProfileStatuses() 공개 메소드

public ShowProfileStatuses ( ) : void
리턴 void

ShowReports() 공개 메소드

public ShowReports ( ) : void
리턴 void

SynchronizeNowAsync() 공개 메소드

public SynchronizeNowAsync ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static ICalDavSynchronizerCommands Instance
리턴 ICalDavSynchronizerCommands