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

Mostrar archivo Open project: flickr-downloadr/flickr-downloadr

Public Methods

Method 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

Method Description
BuildPhoto ( object>.Dictionary dictionary ) : Model.Photo

Method Details

ExtractOriginalTags() public static method

public static ExtractOriginalTags ( object>.this dictionary ) : IEnumerable
dictionary object>.this
return IEnumerable

GetPhotosResponseFromDictionary() public static method

public static GetPhotosResponseFromDictionary ( object>.this dictionary ) : PhotosResponse
dictionary object>.this
return PhotosResponse

GetSubValue() public static method

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

GetValue() public static method

public static GetValue ( object>.this dictionary, string key ) : object
dictionary object>.this
key string
return object