C# Class Ploeh.Samples.Booking.Azure.AzureMonthViewStore

Inheritance: IMonthViewWriter, IMonthViewReader
Afficher le fichier Open project: ploeh/CQRSonAzureDemo

Méthodes publiques

Méthode Description
AzureMonthViewStore ( CloudBlobContainer viewContainer ) : System
Disable ( System.DateTime date ) : void
Read ( int year, int month ) : IEnumerable

Private Methods

Méthode Description
GetViewBlob ( System.DateTime date ) : SerializerBlob
GetViewBlob ( int year, int month ) : SerializerBlob
GetViewBlob ( string viewName ) : SerializerBlob

Method Details

AzureMonthViewStore() public méthode

public AzureMonthViewStore ( CloudBlobContainer viewContainer ) : System
viewContainer Microsoft.WindowsAzure.StorageClient.CloudBlobContainer
Résultat System

Disable() public méthode

public Disable ( System.DateTime date ) : void
date System.DateTime
Résultat void

Read() public méthode

public Read ( int year, int month ) : IEnumerable
year int
month int
Résultat IEnumerable