C# 클래스 CmisSync.Lib.Cmis.AbstractNotifyingRepository

Abstract repository class with all notifying components for the front end usage.
상속: INotifyRepositoryPropertyChanged
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

보호된 프로퍼티들

프로퍼티 타입 설명
RepoStatusFlags RepositoryStatus

공개 메소드들

메소드 설명
AbstractNotifyingRepository ( RepoInfo repoInfo ) : System

Initializes a new instance of the CmisSync.Lib.Cmis.AbstractNotifyingRepository class.

보호된 메소드들

메소드 설명
NotifyPropertyChanged ( string propertyName ) : void

This method is called by the Set accessor of each property.

PassExceptionToListener ( ExceptionLevel level, ExceptionType type ) : void

Passes the exception to listener.

메소드 상세

AbstractNotifyingRepository() 공개 메소드

Initializes a new instance of the CmisSync.Lib.Cmis.AbstractNotifyingRepository class.
public AbstractNotifyingRepository ( RepoInfo repoInfo ) : System
repoInfo CmisSync.Lib.Config.RepoInfo Repo info. Must not be null.
리턴 System

NotifyPropertyChanged() 보호된 메소드

This method is called by the Set accessor of each property.
protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string Property name.
리턴 void

PassExceptionToListener() 보호된 메소드

Passes the exception to listener.
protected PassExceptionToListener ( ExceptionLevel level, ExceptionType type ) : void
level ExceptionLevel Exception level.
type ExceptionType Exception type.
리턴 void

프로퍼티 상세

RepoStatusFlags 보호되어 있는 프로퍼티

protected RepositoryStatus,CmisSync.Lib.Cmis RepoStatusFlags
리턴 RepositoryStatus