C# Класс CmisSync.Lib.Streams.NotifyPropertyChangedStream

Notify property changed stream wrapps the given stream and notifies about property changes.
Наследование: StreamWrapper, INotifyPropertyChanged
Показать файл Открыть проект

Открытые методы

Метод Описание
NotifyPropertyChangedStream ( Stream s ) : System

Initializes a new instance of the CmisSync.Lib.Streams.NotifyPropertyChangedStream class.

Защищенные методы

Метод Описание
NotifyPropertyChanged ( string propertyName ) : void

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

Описание методов

NotifyPropertyChanged() защищенный Метод

This method is called by the Set accessor of each property.
protected NotifyPropertyChanged ( string propertyName ) : void
propertyName string Property name.
Результат void

NotifyPropertyChangedStream() публичный Метод

Initializes a new instance of the CmisSync.Lib.Streams.NotifyPropertyChangedStream class.
public NotifyPropertyChangedStream ( Stream s ) : System
s Stream Stream to be wrapped.
Результат System