C# 클래스 ETANotifications.Controllers.OrdersController

상속: Controller
파일 보기 프로젝트 열기: TwilioDevEd/eta-notifications-csharp 1 사용 예제들

공개 메소드들

메소드 설명
Details ( int id ) : Task
Index ( ) : Task
OrdersController ( ) : System
OrdersController ( IOrderRepository orderRepository, INotificationService notificationServices ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetCallbackUri ( int id ) : string

비공개 메소드들

메소드 설명
Deliver ( int id ) : Task
Pickup ( int id ) : Task
UpdateNotificationStatus ( int id, string MessageStatus ) : Task

메소드 상세

Details() 공개 메소드

public Details ( int id ) : Task
id int
리턴 Task

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCallbackUri() 보호된 메소드

protected GetCallbackUri ( int id ) : string
id int
리턴 string

Index() 공개 메소드

public Index ( ) : Task
리턴 Task

OrdersController() 공개 메소드

public OrdersController ( ) : System
리턴 System

OrdersController() 공개 메소드

public OrdersController ( IOrderRepository orderRepository, INotificationService notificationServices ) : System
orderRepository IOrderRepository
notificationServices INotificationService
리턴 System