C# Class GitHub.Services.AvatarProvider

Inheritance: IAvatarProvider
Datei anzeigen Open project: github/VisualStudio Class Usage Examples

Public Methods

Method Description
CreateBitmapImage ( string packUrl ) : BitmapImage
Dispose ( ) : void
GetAvatar ( IAvatarContainer apiAccount ) : IObservable
InvalidateAvatar ( [ apiAccount ) : IObservable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AvatarProvider ( ) : System
AvatarProvider ( ISharedCache sharedCache, IImageCache imageCache ) : System
DefaultAvatar ( IAvatarContainer apiAccount ) : BitmapImage

Method Details

CreateBitmapImage() public static method

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

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetAvatar() public method

public GetAvatar ( IAvatarContainer apiAccount ) : IObservable
apiAccount IAvatarContainer
return IObservable

InvalidateAvatar() public method

public InvalidateAvatar ( [ apiAccount ) : IObservable
apiAccount [
return IObservable