C# 클래스 FX.Utility.Gravatar

파일 보기 프로젝트 열기: CustomerFX/GravatarLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AsyncImageRetrieved EventHandler
CacheDays int
DisableCache bool
Email string
Image Image
Size int

공개 메소드들

메소드 설명
GetImage ( ) : void
GetImageAsync ( ) : void
Gravatar ( string Email, int Size ) : System

비공개 메소드들

메소드 설명
GetCacheImage ( string email, int size ) : Image
GetCacheImage ( string email, int size, bool ignoredate ) : Image
GetEmailCachePath ( string email, int size ) : string
GetGravatarUrl ( string email, int size ) : string
GetMd5Hash ( string input ) : string
SetCacheImage ( Image image, string email, int size ) : void

메소드 상세

GetImage() 공개 메소드

public GetImage ( ) : void
리턴 void

GetImageAsync() 공개 메소드

public GetImageAsync ( ) : void
리턴 void

Gravatar() 공개 메소드

public Gravatar ( string Email, int Size ) : System
Email string
Size int
리턴 System

프로퍼티 상세

AsyncImageRetrieved 공개적으로 프로퍼티

public EventHandler AsyncImageRetrieved
리턴 EventHandler

CacheDays 공개적으로 프로퍼티

public int CacheDays
리턴 int

DisableCache 공개적으로 프로퍼티

public bool DisableCache
리턴 bool

Email 공개적으로 프로퍼티

public string Email
리턴 string

Image 공개적으로 프로퍼티

public Image Image
리턴 Image

Size 공개적으로 프로퍼티

public int Size
리턴 int