Design Pattern Framework 3.5
ActionService.Messages Namespace
Patterns-In-Action! Application ► ActionService.Messages

C# | Visual Basic |
namespace ActionService.Messages
Namespace ActionService.Messages

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() |
CartRequest |
Represents a shopping cart request message from client.
|
![]() |
CartResponse |
Represents a shopping cart message response to client.
|
![]() |
CustomerRequest |
Represents a customer request message from client.
|
![]() |
CustomerResponse |
Represents a customer response message to client
|
![]() |
LoginRequest |
Represents a login request message from a client. Contains user credentials.
|
![]() |
LoginResponse |
Represents a login response message to the client.
|
![]() |
LogoutRequest |
Respresents a logout request message from client to web service.
|
![]() |
LogoutResponse |
Represents a logout response message from web service to client.
|
![]() |
OrderRequest |
Respresents a order request message from client to web service.
|
![]() |
OrderResponse |
Respresents a response message with a list of orders for a given customer.
|
![]() |
ProductRequest |
Respresents a product request message from client to web service.
|
![]() |
ProductResponse |
Represents a product response message from web service to client.
|
![]() |
TokenRequest |
Respresents a security token request message from client to web service.
|
![]() |
TokenResponse |
Represents a security token response message from web service to client.
|