C# Класс CmisSync.Lib.Cmis.AbstractNotifyingRepository

Abstract repository class with all notifying components for the front end usage.
Наследование: INotifyRepositoryPropertyChanged
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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