C# 클래스 AzureTicker.Worker.Model.Repositories.NotificationRepository

상속: INotificationRepository, IDisposable
파일 보기 프로젝트 열기: AppliedIS/AzureTicker 1 사용 예제들

공개 메소드들

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

메소드 상세

AddOrUpdate() 공개 메소드

public AddOrUpdate ( Notification notification ) : string
notification AzureTicker.Worker.Model.TableStorage.Notification
리턴 string

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( string rowKey ) : bool
rowKey string
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetByRowKey() 공개 메소드

public GetByRowKey ( string rowKey ) : Notification
rowKey string
리턴 AzureTicker.Worker.Model.TableStorage.Notification

GetNotificationsToSend() 공개 메소드

public GetNotificationsToSend ( ) : IEnumerable
리턴 IEnumerable

GetNotificationsToUpdate() 공개 메소드

public GetNotificationsToUpdate ( ) : IEnumerable
리턴 IEnumerable

List() 공개 메소드

public List ( ) : IEnumerable
리턴 IEnumerable

NotificationRepository() 공개 메소드

public NotificationRepository ( ) : System
리턴 System

SaveChanges() 공개 메소드

public SaveChanges ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Notification notification ) : void
notification AzureTicker.Worker.Model.TableStorage.Notification
리턴 void

UpdateBalance() 공개 메소드

public UpdateBalance ( Notification notification, string newBalance ) : void
notification AzureTicker.Worker.Model.TableStorage.Notification
newBalance string
리턴 void