C# 클래스 o3o.ImageHandler

파일 보기 프로젝트 열기: zahndy/o3o

공개 프로퍼티들

프로퍼티 타입 설명
ImageCache string>.Dictionary
MemoryCache BitmapImage>.Dictionary

공개 메소드들

메소드 설명
ClearCache ( ) : void
FetchImage ( string imageloc, decimal id ) : System.Windows.Media.ImageSource
GetImage ( decimal UserId, string ImageLocation ) : System.Windows.Media.ImageSource
ImageHandler ( ) : System
LoadCache ( ) : void
SaveCache ( ) : void
StoreImage ( BitmapImage image, string imagename, decimal userID ) : void

비공개 메소드들

메소드 설명
tobitmapimage ( System img ) : BitmapImage

메소드 상세

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

FetchImage() 공개 메소드

public FetchImage ( string imageloc, decimal id ) : System.Windows.Media.ImageSource
imageloc string
id decimal
리턴 System.Windows.Media.ImageSource

GetImage() 공개 메소드

public GetImage ( decimal UserId, string ImageLocation ) : System.Windows.Media.ImageSource
UserId decimal
ImageLocation string
리턴 System.Windows.Media.ImageSource

ImageHandler() 공개 메소드

public ImageHandler ( ) : System
리턴 System

LoadCache() 공개 메소드

public LoadCache ( ) : void
리턴 void

SaveCache() 공개 메소드

public SaveCache ( ) : void
리턴 void

StoreImage() 공개 메소드

public StoreImage ( BitmapImage image, string imagename, decimal userID ) : void
image System.Windows.Media.Imaging.BitmapImage
imagename string
userID decimal
리턴 void

프로퍼티 상세

ImageCache 공개적으로 프로퍼티

public Dictionary ImageCache
리턴 string>.Dictionary

MemoryCache 공개적으로 프로퍼티

public Dictionary MemoryCache
리턴 BitmapImage>.Dictionary