C# Class FloydPink.Flickr.Downloadr.Logic.Extensions.DictionaryExtensions

Afficher le fichier Open project: flickr-downloadr/flickr-downloadr

Méthodes publiques

Méthode Description
ExtractOriginalTags ( object>.this dictionary ) : IEnumerable
GetPhotosResponseFromDictionary ( object>.this dictionary ) : PhotosResponse
GetSubValue ( object>.this dictionary, string key, string subKey = AppConstants.FlickrDictionaryContentKey ) : object
GetValue ( object>.this dictionary, string key ) : object

Private Methods

Méthode Description
BuildPhoto ( object>.Dictionary dictionary ) : Model.Photo

Method Details

ExtractOriginalTags() public static méthode

public static ExtractOriginalTags ( object>.this dictionary ) : IEnumerable
dictionary object>.this
Résultat IEnumerable

GetPhotosResponseFromDictionary() public static méthode

public static GetPhotosResponseFromDictionary ( object>.this dictionary ) : PhotosResponse
dictionary object>.this
Résultat PhotosResponse

GetSubValue() public static méthode

public static GetSubValue ( object>.this dictionary, string key, string subKey = AppConstants.FlickrDictionaryContentKey ) : object
dictionary object>.this
key string
subKey string
Résultat object

GetValue() public static méthode

public static GetValue ( object>.this dictionary, string key ) : object
dictionary object>.this
key string
Résultat object