C# Class AzureTicker.Worker.Model.Repositories.NotificationRepository

Inheritance: INotificationRepository, IDisposable
Afficher le fichier Open project: AppliedIS/AzureTicker Class Usage Examples

Méthodes publiques

Méthode Description
AddOrUpdate ( Notification notification ) : string
Clear ( ) : void
Delete ( string rowKey ) : bool
Dispose ( ) : void
GetByRowKey ( string rowKey ) : Notification
GetNotificationsToSend ( ) : IEnumerable
GetNotificationsToUpdate ( ) : IEnumerable
List ( ) : IEnumerable
NotificationRepository ( ) : System
SaveChanges ( ) : void
Update ( Notification notification ) : void
UpdateBalance ( Notification notification, string newBalance ) : void

Method Details

AddOrUpdate() public méthode

public AddOrUpdate ( Notification notification ) : string
notification AzureTicker.Worker.Model.TableStorage.Notification
Résultat string

Clear() public méthode

public Clear ( ) : void
Résultat void

Delete() public méthode

public Delete ( string rowKey ) : bool
rowKey string
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetByRowKey() public méthode

public GetByRowKey ( string rowKey ) : Notification
rowKey string
Résultat AzureTicker.Worker.Model.TableStorage.Notification

GetNotificationsToSend() public méthode

public GetNotificationsToSend ( ) : IEnumerable
Résultat IEnumerable

GetNotificationsToUpdate() public méthode

public GetNotificationsToUpdate ( ) : IEnumerable
Résultat IEnumerable

List() public méthode

public List ( ) : IEnumerable
Résultat IEnumerable

NotificationRepository() public méthode

public NotificationRepository ( ) : System
Résultat System

SaveChanges() public méthode

public SaveChanges ( ) : void
Résultat void

Update() public méthode

public Update ( Notification notification ) : void
notification AzureTicker.Worker.Model.TableStorage.Notification
Résultat void

UpdateBalance() public méthode

public UpdateBalance ( Notification notification, string newBalance ) : void
notification AzureTicker.Worker.Model.TableStorage.Notification
newBalance string
Résultat void