C# Class CalendarAggregator.FeedRegistry

Afficher le fichier Open project: judell/elmcity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddFeed ( string feedurl, string source ) : void
feedurl string
source string
Résultat void

DeserializeIcalStatsFromJson() public static méthode

public static DeserializeIcalStatsFromJson ( string blobhost, string containername, string filename ) : IcalStats>.Dictionary
blobhost string
containername string
filename string
Résultat IcalStats>.Dictionary

FeedRegistry() public méthode

public FeedRegistry ( string id ) : System
id string
Résultat System

LoadFeedsFromAzure() public méthode

public LoadFeedsFromAzure ( FeedLoadOption option ) : void
option FeedLoadOption
Résultat void

SaveStatsToAzure() public méthode

public SaveStatsToAzure ( ) : ElmcityUtils.HttpResponse
Résultat ElmcityUtils.HttpResponse

SerializeIcalStatsToJson() public méthode

public SerializeIcalStatsToJson ( ) : BlobStorageResponse
Résultat ElmcityUtils.BlobStorageResponse