C# 클래스 CmisSync.Lib.Streams.NotifyPropertyChangedStream

Notify property changed stream wrapps the given stream and notifies about property changes.
상속: StreamWrapper, INotifyPropertyChanged
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
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