C# 클래스 GitHub.Services.AvatarProvider

상속: IAvatarProvider
파일 보기 프로젝트 열기: github/VisualStudio 1 사용 예제들

공개 메소드들

메소드 설명
CreateBitmapImage ( string packUrl ) : BitmapImage
Dispose ( ) : void
GetAvatar ( IAvatarContainer apiAccount ) : IObservable
InvalidateAvatar ( [ apiAccount ) : IObservable

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AvatarProvider ( ) : System
AvatarProvider ( ISharedCache sharedCache, IImageCache imageCache ) : System
DefaultAvatar ( IAvatarContainer apiAccount ) : BitmapImage

메소드 상세

CreateBitmapImage() 공개 정적인 메소드

public static CreateBitmapImage ( string packUrl ) : BitmapImage
packUrl string
리턴 System.Windows.Media.Imaging.BitmapImage

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetAvatar() 공개 메소드

public GetAvatar ( IAvatarContainer apiAccount ) : IObservable
apiAccount IAvatarContainer
리턴 IObservable

InvalidateAvatar() 공개 메소드

public InvalidateAvatar ( [ apiAccount ) : IObservable
apiAccount [
리턴 IObservable