C# 클래스 OpenSyno.Converters.ImageCachingService

파일 보기 프로젝트 열기: salfab/open-syno 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ImageIdProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
OnSaveRequested void
OnSourcePropertyChanged void

공개 메소드들

메소드 설명
GetImageId ( DependencyObject obj ) : string
GetSource ( DependencyObject obj ) : string
ImageCachingService ( ILogService logService ) : System
Initialize ( ) : void

Initializes this instance.

When the service gets deserialized, the constructor doesn't get called, therefore, this method can be called after deserialization in order to initialize the private non-persisted internals.

RequestSave ( EventArgs e ) : void
SetImageId ( DependencyObject obj, string value ) : void
SetSource ( DependencyObject obj, string value ) : void

비공개 메소드들

메소드 설명
OnSaveRequested ( EventArgs e ) : void
OnSourcePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

GetImageId() 공개 정적인 메소드

public static GetImageId ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

GetSource() 공개 정적인 메소드

public static GetSource ( DependencyObject obj ) : string
obj System.Windows.DependencyObject
리턴 string

ImageCachingService() 공개 메소드

public ImageCachingService ( ILogService logService ) : System
logService ILogService
리턴 System

Initialize() 공개 메소드

Initializes this instance.
When the service gets deserialized, the constructor doesn't get called, therefore, this method can be called after deserialization in order to initialize the private non-persisted internals.
public Initialize ( ) : void
리턴 void

RequestSave() 공개 메소드

public RequestSave ( EventArgs e ) : void
e System.EventArgs
리턴 void

SetImageId() 공개 정적인 메소드

public static SetImageId ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

SetSource() 공개 정적인 메소드

public static SetSource ( DependencyObject obj, string value ) : void
obj System.Windows.DependencyObject
value string
리턴 void

프로퍼티 상세

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

public static DependencyProperty,System.Windows ImageIdProperty
리턴 System.Windows.DependencyProperty

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

public static DependencyProperty,System.Windows SourceProperty
리턴 System.Windows.DependencyProperty