C# Class CalendarAggregator.FeedRegistry

Show file Open project: judell/elmcity Class Usage Examples

Public Methods

Method Description
AddFeed ( string feedurl, string source ) : void
DeserializeIcalStatsFromJson ( string blobhost, string containername, string filename ) : IcalStats>.Dictionary
FeedRegistry ( string id ) : System
LoadFeedsFromAzure ( FeedLoadOption option ) : void
SaveStatsToAzure ( ) : ElmcityUtils.HttpResponse
SerializeIcalStatsToJson ( ) : BlobStorageResponse

Method Details

AddFeed() public method

public AddFeed ( string feedurl, string source ) : void
feedurl string
source string
return void

DeserializeIcalStatsFromJson() public static method

public static DeserializeIcalStatsFromJson ( string blobhost, string containername, string filename ) : IcalStats>.Dictionary
blobhost string
containername string
filename string
return IcalStats>.Dictionary

FeedRegistry() public method

public FeedRegistry ( string id ) : System
id string
return System

LoadFeedsFromAzure() public method

public LoadFeedsFromAzure ( FeedLoadOption option ) : void
option FeedLoadOption
return void

SaveStatsToAzure() public method

public SaveStatsToAzure ( ) : ElmcityUtils.HttpResponse
return ElmcityUtils.HttpResponse

SerializeIcalStatsToJson() public method

public SerializeIcalStatsToJson ( ) : BlobStorageResponse
return ElmcityUtils.BlobStorageResponse