C# 클래스 CalendarAggregator.FeedRegistry

파일 보기 프로젝트 열기: judell/elmcity 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddFeed() 공개 메소드

public AddFeed ( string feedurl, string source ) : void
feedurl string
source string
리턴 void

DeserializeIcalStatsFromJson() 공개 정적인 메소드

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

FeedRegistry() 공개 메소드

public FeedRegistry ( string id ) : System
id string
리턴 System

LoadFeedsFromAzure() 공개 메소드

public LoadFeedsFromAzure ( FeedLoadOption option ) : void
option FeedLoadOption
리턴 void

SaveStatsToAzure() 공개 메소드

public SaveStatsToAzure ( ) : ElmcityUtils.HttpResponse
리턴 ElmcityUtils.HttpResponse

SerializeIcalStatsToJson() 공개 메소드

public SerializeIcalStatsToJson ( ) : BlobStorageResponse
리턴 ElmcityUtils.BlobStorageResponse